Home
last modified time | relevance | path

Searched defs:floatValues (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dconstant_utils.cc40 std::vector<Attribute> floatValues({floatAttr}); in CreateConstOpWithSingleValue() local
45 std::vector<Attribute> floatValues({floatAttr}); in CreateConstOpWithSingleValue() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DAnnotationUtilsTest.java346 float[] floatValues(); in floatValues() method
374 float[] floatValues(); in floatValues() method
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DTensorFlowImageClassifier.java51 private float[] floatValues; field in TensorFlowImageClassifier
DTensorFlowYoloDetector.java80 private float[] floatValues; field in TensorFlowYoloDetector
DTensorFlowMultiBoxDetector.java55 private float[] floatValues; field in TensorFlowMultiBoxDetector
DStylizeActivity.java106 private float[] floatValues; field in StylizeActivity
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs54 float[] floatValues; field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs54 float[] floatValues; field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs54 float[] floatValues; field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationValuesTest.java93 float[] floatValues(); in floatValues() method
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java3168 float[] floatValues = new float[numValues]; in readElementValue() local