CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.Builder.addOutputInfoBuilder()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.Builder.addOutputInfoBuilder(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clear() |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clearAliasInputPort()
If >= 0, the output is an alias of an input.
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clearDtype()
.tensorflow.DataType dtype = 4;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clearShape()
.tensorflow.TensorShapeProto shape = 3;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clearSize()
int64 size = 1;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.clone() |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.Builder.getOutputInfoBuilder(int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.mergeFrom(CostGraphDef.Node.OutputInfo other) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.newBuilder() |
static CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.newBuilder(CostGraphDef.Node.OutputInfo prototype) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.newBuilderForType() |
protected CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setAliasInputPort(long value)
If >= 0, the output is an alias of an input.
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 4;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setDtypeValue(int value)
.tensorflow.DataType dtype = 4;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 3;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setSize(long value)
int64 size = 1;
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.toBuilder() |