static void |
tensorflow.AddDefaultsToNodeDef(tensorflow.OpDef op_def,
tensorflow.NodeDef node_def) |
static tensorflow.Status |
tensorflow.CheckOpDeprecation(tensorflow.OpDef op_def,
int graph_def_version) |
void |
tensorflow.OpDef.CopyFrom(tensorflow.OpDef from) |
static tensorflow.OpDef_AttrDef |
tensorflow.FindAttr(BytePointer name,
tensorflow.OpDef op_def) |
static tensorflow.OpDef_AttrDef |
tensorflow.FindAttr(String name,
tensorflow.OpDef op_def) |
static tensorflow.OpDef_AttrDef |
tensorflow.FindAttrMutable(BytePointer name,
tensorflow.OpDef op_def) |
static tensorflow.OpDef_AttrDef |
tensorflow.FindAttrMutable(String name,
tensorflow.OpDef op_def) |
static tensorflow.OpDef_ArgDef |
tensorflow.FindInputArg(BytePointer name,
tensorflow.OpDef op_def) |
static tensorflow.OpDef_ArgDef |
tensorflow.FindInputArg(String name,
tensorflow.OpDef op_def) |
static tensorflow.Status |
tensorflow.InOutTypesForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
tensorflow.DataTypeVector inputs,
tensorflow.DataTypeVector outputs) |
static tensorflow.Status |
tensorflow.InputTypeForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
int input_port,
IntPointer input_type) |
static tensorflow.Status |
tensorflow.InputTypesForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
tensorflow.DataTypeVector inputs) |
tensorflow.OpDefVector.Iterator |
tensorflow.OpDefVector.insert(tensorflow.OpDefVector.Iterator pos,
tensorflow.OpDef value) |
tensorflow.Status |
tensorflow.OpRegistryInterface.LookUpOpDef(BytePointer op_type_name,
tensorflow.OpDef op_def) |
tensorflow.Status |
tensorflow.OpRegistryInterface.LookUpOpDef(String op_type_name,
tensorflow.OpDef op_def) |
void |
tensorflow.OpDef.MergeFrom(tensorflow.OpDef from) |
static tensorflow.Status |
tensorflow.NameRangesForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
tensorflow.NameRangeMap inputs,
tensorflow.NameRangeMap outputs) |
static tensorflow.Status |
tensorflow.NameRangesForNode(tensorflow.Node node,
tensorflow.OpDef op_def,
tensorflow.NameRangeMap inputs,
tensorflow.NameRangeMap outputs) |
static tensorflow.Status |
tensorflow.NumOutputsForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
int... num_outputs) |
static tensorflow.Status |
tensorflow.NumOutputsForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
IntBuffer num_outputs) |
static tensorflow.Status |
tensorflow.NumOutputsForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
IntPointer num_outputs) |
tensorflow.OpRegistrationData |
tensorflow.OpRegistrationData.op_def(tensorflow.OpDef op_def) |
static tensorflow.Status |
tensorflow.OpDefAddedDefaultsUnchanged(tensorflow.OpDef old_op,
tensorflow.OpDef penultimate_op,
tensorflow.OpDef new_op) |
static tensorflow.Status |
tensorflow.OpDefAttrDefaultsUnchanged(tensorflow.OpDef old_op,
tensorflow.OpDef new_op) |
static tensorflow.Status |
tensorflow.OpDefCompatible(tensorflow.OpDef old_op,
tensorflow.OpDef new_op) |
static boolean |
tensorflow.OpDefEqual(tensorflow.OpDef o1,
tensorflow.OpDef o2) |
static long |
tensorflow.OpDefHash(tensorflow.OpDef o) |
static tensorflow.Status |
tensorflow.OutputTypeForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
int output_port,
IntPointer output_type) |
static tensorflow.Status |
tensorflow.OutputTypesForNode(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def,
tensorflow.DataTypeVector outputs) |
tensorflow.OpDefVector |
tensorflow.OpDefVector.push_back(tensorflow.OpDef value) |
tensorflow.OpDefVector |
tensorflow.OpDefVector.put(long i,
tensorflow.OpDef value) |
tensorflow.OpDefVector |
tensorflow.OpDefVector.put(tensorflow.OpDef... array) |
tensorflow.OpDefVector |
tensorflow.OpDefVector.put(tensorflow.OpDef value) |
tensorflow.OpDef |
tensorflow.OpDef.put(tensorflow.OpDef from) |
static void |
tensorflow.RemoveDescriptionsFromOpDef(tensorflow.OpDef op_def) |
static void |
tensorflow.RemoveNonDeprecationDescriptionsFromOpDef(tensorflow.OpDef op_def) |
void |
tensorflow.FunctionDef.set_allocated_signature(tensorflow.OpDef signature) |
static BytePointer |
tensorflow.SummarizeOpDef(tensorflow.OpDef op_def) |
void |
tensorflow.OpDef.Swap(tensorflow.OpDef other) |
void |
tensorflow.FunctionDef.unsafe_arena_set_allocated_signature(tensorflow.OpDef signature) |
void |
tensorflow.OpDef.UnsafeArenaSwap(tensorflow.OpDef other) |
static tensorflow.Status |
tensorflow.ValidateNodeDef(tensorflow.NodeDef node_def,
tensorflow.OpDef op_def) |
static tensorflow.Status |
tensorflow.ValidateOpDef(tensorflow.OpDef op_def) |