Uses of Interface
org.tensorflow.framework.ApiDefOrBuilder
-
Packages that use ApiDefOrBuilder Package Description org.tensorflow.framework -
-
Uses of ApiDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement ApiDefOrBuilder Modifier and Type Class Description classApiDefUsed to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.static classApiDef.BuilderUsed to specify and override the default API & behavior in the generated code for client languages, from what you would get from the OpDef alone.Methods in org.tensorflow.framework that return ApiDefOrBuilder Modifier and Type Method Description ApiDefOrBuilderApiDefs.Builder. getOpOrBuilder(int index)repeated .tensorflow.ApiDef op = 1;ApiDefOrBuilderApiDefs. getOpOrBuilder(int index)repeated .tensorflow.ApiDef op = 1;ApiDefOrBuilderApiDefsOrBuilder. getOpOrBuilder(int index)repeated .tensorflow.ApiDef op = 1;Methods in org.tensorflow.framework that return types with arguments of type ApiDefOrBuilder Modifier and Type Method Description List<? extends ApiDefOrBuilder>ApiDefs.Builder. getOpOrBuilderList()repeated .tensorflow.ApiDef op = 1;List<? extends ApiDefOrBuilder>ApiDefs. getOpOrBuilderList()repeated .tensorflow.ApiDef op = 1;List<? extends ApiDefOrBuilder>ApiDefsOrBuilder. getOpOrBuilderList()repeated .tensorflow.ApiDef op = 1;
-