Uses of Class
org.tensorflow.framework.OpDef
-
Packages that use OpDef Package Description org.nd4j.imports.converters org.nd4j.imports.descriptors.tensorflow org.tensorflow.framework -
-
Uses of OpDef in org.nd4j.imports.converters
Methods in org.nd4j.imports.converters that return OpDef Modifier and Type Method Description OpDefDifferentialFunctionClassHolder. getOpDefByTensorflowName(String name)Get the op definition of a given tensorflow op. -
Uses of OpDef in org.nd4j.imports.descriptors.tensorflow
Fields in org.nd4j.imports.descriptors.tensorflow with type parameters of type OpDef Modifier and Type Field Description protected static Map<String,OpDef>TensorflowDescriptorParser. DESCRIPTORSMethods in org.nd4j.imports.descriptors.tensorflow that return types with arguments of type OpDef Modifier and Type Method Description static Map<String,OpDef>TensorflowDescriptorParser. opDescs()Get the op descriptors for tensorflow -
Uses of OpDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDef Modifier and Type Method Description OpDefOpDef.Builder. build()OpDefOpDef.Builder. buildPartial()static OpDefOpDef. getDefaultInstance()OpDefOpDef.Builder. getDefaultInstanceForType()OpDefOpDef. getDefaultInstanceForType()OpDefOpList.Builder. getOp(int index)repeated .tensorflow.OpDef op = 1;OpDefOpList. getOp(int index)repeated .tensorflow.OpDef op = 1;OpDefOpListOrBuilder. getOp(int index)repeated .tensorflow.OpDef op = 1;OpDefFunctionDef.Builder. getSignature()The definition of the function's name, arguments, return values, attrs etc.OpDefFunctionDef. getSignature()The definition of the function's name, arguments, return values, attrs etc.OpDefFunctionDefOrBuilder. getSignature()The definition of the function's name, arguments, return values, attrs etc.static OpDefOpDef. parseDelimitedFrom(InputStream input)static OpDefOpDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDefOpDef. parseFrom(byte[] data)static OpDefOpDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDefOpDef. parseFrom(InputStream input)static OpDefOpDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDefOpDef. parseFrom(ByteBuffer data)static OpDefOpDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDefOpDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static OpDefOpDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDefOpDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static OpDefOpDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type OpDef Modifier and Type Method Description List<OpDef>OpList.Builder. getOpList()repeated .tensorflow.OpDef op = 1;List<OpDef>OpList. getOpList()repeated .tensorflow.OpDef op = 1;List<OpDef>OpListOrBuilder. getOpList()repeated .tensorflow.OpDef op = 1;org.nd4j.shade.protobuf.Parser<OpDef>OpDef. getParserForType()static org.nd4j.shade.protobuf.Parser<OpDef>OpDef. parser()Methods in org.tensorflow.framework with parameters of type OpDef Modifier and Type Method Description OpList.BuilderOpList.Builder. addOp(int index, OpDef value)repeated .tensorflow.OpDef op = 1;OpList.BuilderOpList.Builder. addOp(OpDef value)repeated .tensorflow.OpDef op = 1;OpDef.BuilderOpDef.Builder. mergeFrom(OpDef other)FunctionDef.BuilderFunctionDef.Builder. mergeSignature(OpDef value)The definition of the function's name, arguments, return values, attrs etc.static OpDef.BuilderOpDef. newBuilder(OpDef prototype)OpList.BuilderOpList.Builder. setOp(int index, OpDef value)repeated .tensorflow.OpDef op = 1;FunctionDef.BuilderFunctionDef.Builder. setSignature(OpDef value)The definition of the function's name, arguments, return values, attrs etc.Method parameters in org.tensorflow.framework with type arguments of type OpDef Modifier and Type Method Description OpList.BuilderOpList.Builder. addAllOp(Iterable<? extends OpDef> values)repeated .tensorflow.OpDef op = 1;
-