Uses of Interface
org.tensorflow.framework.CostGraphDefOrBuilder
-
Packages that use CostGraphDefOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of CostGraphDefOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return CostGraphDefOrBuilder Modifier and Type Method Description CostGraphDefOrBuilderRunGraphResponse.Builder. getCostGraphOrBuilder().tensorflow.CostGraphDef cost_graph = 3;CostGraphDefOrBuilderRunGraphResponse. getCostGraphOrBuilder().tensorflow.CostGraphDef cost_graph = 3;CostGraphDefOrBuilderRunGraphResponseOrBuilder. getCostGraphOrBuilder().tensorflow.CostGraphDef cost_graph = 3; -
Uses of CostGraphDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CostGraphDefOrBuilder Modifier and Type Class Description classCostGraphDefProtobuf typetensorflow.CostGraphDefstatic classCostGraphDef.BuilderProtobuf typetensorflow.CostGraphDefMethods in org.tensorflow.framework that return CostGraphDefOrBuilder Modifier and Type Method Description CostGraphDefOrBuilderRunMetadata.Builder. getCostGraphOrBuilder()The cost graph for the computation defined by the run call.CostGraphDefOrBuilderRunMetadata. getCostGraphOrBuilder()The cost graph for the computation defined by the run call.CostGraphDefOrBuilderRunMetadataOrBuilder. getCostGraphOrBuilder()The cost graph for the computation defined by the run call.
-