Uses of Class
org.tensorflow.proto.CostGraphDef.Node.OutputInfo.Builder
Packages that use CostGraphDef.Node.OutputInfo.Builder
-
Uses of CostGraphDef.Node.OutputInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type CostGraphDef.Node.OutputInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classOutputs of this node.Methods in org.tensorflow.proto 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.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.clearShape().tensorflow.TensorShapeProto shape = 3;CostGraphDef.Node.OutputInfo.Builder.clearSize()int64 size = 1;CostGraphDef.Node.Builder.getOutputInfoBuilder(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) CostGraphDef.Node.OutputInfo.Builder.mergeFrom(CostGraphDef.Node.OutputInfo other) CostGraphDef.Node.OutputInfo.Builder.mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 3;CostGraphDef.Node.OutputInfo.newBuilder()CostGraphDef.Node.OutputInfo.newBuilder(CostGraphDef.Node.OutputInfo prototype) CostGraphDef.Node.OutputInfo.newBuilderForType()protected CostGraphDef.Node.OutputInfo.BuilderCostGraphDef.Node.OutputInfo.newBuilderForType(AbstractMessage.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.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.toBuilder()Methods in org.tensorflow.proto 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.proto 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;