Uses of Class
org.tensorflow.framework.CostGraphDef.Node.OutputInfo.Builder
Packages that use CostGraphDef.Node.OutputInfo.Builder
-
Uses of CostGraphDef.Node.OutputInfo.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.Node.OutputInfo.BuilderModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addOutputInfoBuilder()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addOutputInfoBuilder(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CostGraphDef.Node.OutputInfo.Builder.clear()CostGraphDef.Node.OutputInfo.Builder.clearAliasInputPort()If >= 0, the output is an alias of an input.CostGraphDef.Node.OutputInfo.Builder.clearDtype().tensorflow.DataType dtype = 4;CostGraphDef.Node.OutputInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CostGraphDef.Node.OutputInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CostGraphDef.Node.OutputInfo.Builder.clearShape().tensorflow.TensorShapeProto shape = 3;CostGraphDef.Node.OutputInfo.Builder.clearSize()int64 size = 1;CostGraphDef.Node.OutputInfo.Builder.clone()CostGraphDef.Node.Builder.getOutputInfoBuilder(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CostGraphDef.Node.OutputInfo.Builder.mergeFrom(com.google.protobuf.Message other) CostGraphDef.Node.OutputInfo.Builder.mergeFrom(CostGraphDef.Node.OutputInfo other) CostGraphDef.Node.OutputInfo.Builder.mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 3;CostGraphDef.Node.OutputInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CostGraphDef.Node.OutputInfo.newBuilder()CostGraphDef.Node.OutputInfo.newBuilder(CostGraphDef.Node.OutputInfo prototype) CostGraphDef.Node.OutputInfo.newBuilderForType()protected CostGraphDef.Node.OutputInfo.BuilderCostGraphDef.Node.OutputInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CostGraphDef.Node.OutputInfo.Builder.setAliasInputPort(long value) If >= 0, the output is an alias of an input..tensorflow.DataType dtype = 4;CostGraphDef.Node.OutputInfo.Builder.setDtypeValue(int value) .tensorflow.DataType dtype = 4;CostGraphDef.Node.OutputInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CostGraphDef.Node.OutputInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 3;CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 3;CostGraphDef.Node.OutputInfo.Builder.setSize(long value) int64 size = 1;CostGraphDef.Node.OutputInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CostGraphDef.Node.OutputInfo.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.Node.OutputInfo.BuilderModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.getOutputInfoBuilderList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;Methods in org.tensorflow.framework with parameters of type CostGraphDef.Node.OutputInfo.BuilderModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addOutputInfo(int index, CostGraphDef.Node.OutputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addOutputInfo(CostGraphDef.Node.OutputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.setOutputInfo(int index, CostGraphDef.Node.OutputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;