Home
last modified time | relevance | path

Searched defs:actual_values (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dembedding_lookup_v1_3.mod.py22 actual_values = [x for x in range(rows * columns * features)] variable
Dembedding_lookup_quant8_signed.mod.py22 actual_values = [x for x in range(rows * columns * features)] variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dembedding_lookup.mod.py22 actual_values = [x for x in range(rows * columns * features)] variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dembedding_lookup_relaxed.mod.py22 actual_values = [x for x in range(rows * columns * features)] variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dembedding_lookup_v1_2.mod.py22 actual_values = [x for x in range(rows * columns * features)] variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
H A Dtrt_testutils.h140 const T* actual_values = arg.template GetPointer<T>(); variable
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp706 vfloat actual_values = loada(eai.weights + i); in compute_error_of_weight_set_1plane() local
722 vfloat actual_values = loada(eai.weights + i); in compute_error_of_weight_set_1plane() local
738 vfloat actual_values = loada(eai.weights + i); in compute_error_of_weight_set_1plane() local
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dproperties.rs210 let mut actual_values = slab.unique_iter().copied().collect::<Vec<_>>(); in run() localVariable
/aosp_15_r20/external/rappor/tests/
H A Dcompare_dist.R137 actual_values <- StringToInt(actual$string) functionVar
/aosp_15_r20/external/deqp-deps/amber/src/
Dverifier.cc215 std::vector<double> actual_values(fmt->GetSegments().size()); in GetActualValuesFromTexel() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_cluster_test.cc46 std::unique_ptr<float[]> actual_values(new float[expected_values.size()]); in CheckTFE_TensorHandleHasFloats() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc152 const T* actual_values = weights.GetPointer<T>(); in ValidateWeights() local