Uses of Interface
org.tensorflow.framework.CollectionDef.Int64ListOrBuilder
-
Packages that use CollectionDef.Int64ListOrBuilder Package Description org.tensorflow.framework -
-
Uses of CollectionDef.Int64ListOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CollectionDef.Int64ListOrBuilder Modifier and Type Class Description static classCollectionDef.Int64ListInt64List is used for collecting int, int64 and long values.static classCollectionDef.Int64List.BuilderInt64List is used for collecting int, int64 and long values.Methods in org.tensorflow.framework that return CollectionDef.Int64ListOrBuilder Modifier and Type Method Description CollectionDef.Int64ListOrBuilderCollectionDef.Builder. getInt64ListOrBuilder().tensorflow.CollectionDef.Int64List int64_list = 3;CollectionDef.Int64ListOrBuilderCollectionDef. getInt64ListOrBuilder().tensorflow.CollectionDef.Int64List int64_list = 3;CollectionDef.Int64ListOrBuilderCollectionDefOrBuilder. getInt64ListOrBuilder().tensorflow.CollectionDef.Int64List int64_list = 3;
-