Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcount_ops.cc154 const auto weight_values = weights.flat<W>(); in Compute() local
271 const auto weight_values = weights.flat<W>(); in Compute() local
342 const auto weight_values = weights.flat<W>(); in Compute() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/
H A Dqlinear_deserialize.cpp59 const std::vector<int8_t>& weight_values = std::get<0>(bcsr); in unpack_bcsr() local
122 std::vector<int8_t> weight_values(loaded_weight_values_size); in deserialize() local
H A Dqlinear_serialize.cpp126 at::Tensor weight_values = at::empty( in serialize() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_weights_test.cc41 std::initializer_list<float> weight_values, in BuildGraphDef()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model_test.cc688 const int8_t* weight_values = in TEST_F() local
806 const int8_t* weight_values = in TEST_P() local
911 const int8_t* weight_values = in TEST_P() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DFullyConnectedLayer.cpp224 const std::vector<int8_t> weight_values = { -4 }; in TEST_CASE() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_model_test.cc501 const int8_t* weight_values = in TEST_P() local
608 const int8_t* weight_values = in TEST_P() local
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc188 const T* __restrict weight_values, in MatMul()
340 const T* __restrict weight_values, in FullyConnected()
H A Donedevice_train_palm_detection_filter_inference.cc189 const T* __restrict weight_values, in MatMul()
341 const T* __restrict weight_values, in FullyConnected()
H A Donedevice_train_palm_detection_filter_inference_v2.cc188 const T* __restrict weight_values, in MatMul()
340 const T* __restrict weight_values, in FullyConnected()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_quant_dequant.cpp1376 std::vector<Value*> weight_values; in runWeightObserver() local