Uses of Interface
org.tensorflow.framework.GraphTransferNodeOutputInfoOrBuilder
-
Packages that use GraphTransferNodeOutputInfoOrBuilder Package Description org.tensorflow.framework -
-
Uses of GraphTransferNodeOutputInfoOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement GraphTransferNodeOutputInfoOrBuilder Modifier and Type Class Description classGraphTransferNodeOutputInfoProtobuf typetensorflow.GraphTransferNodeOutputInfostatic classGraphTransferNodeOutputInfo.BuilderProtobuf typetensorflow.GraphTransferNodeOutputInfoMethods in org.tensorflow.framework that return GraphTransferNodeOutputInfoOrBuilder Modifier and Type Method Description GraphTransferNodeOutputInfoOrBuilderGraphTransferInfo.Builder. getNodeOutputInfoOrBuilder(int index)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfoOrBuilderGraphTransferInfo. getNodeOutputInfoOrBuilder(int index)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;GraphTransferNodeOutputInfoOrBuilderGraphTransferInfoOrBuilder. getNodeOutputInfoOrBuilder(int index)repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;Methods in org.tensorflow.framework that return types with arguments of type GraphTransferNodeOutputInfoOrBuilder Modifier and Type Method Description List<? extends GraphTransferNodeOutputInfoOrBuilder>GraphTransferInfo.Builder. getNodeOutputInfoOrBuilderList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;List<? extends GraphTransferNodeOutputInfoOrBuilder>GraphTransferInfo. getNodeOutputInfoOrBuilderList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;List<? extends GraphTransferNodeOutputInfoOrBuilder>GraphTransferInfoOrBuilder. getNodeOutputInfoOrBuilderList()repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
-