Home
last modified time | relevance | path

Searched defs:weight_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConv3D.cpp105 T weight_value = w_ptr[weight_offset]; in calculate_conv3d() local
175 T weight_value = w_ptr[weight_offset]; in calculate_conv3d() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesNorm.cpp231 std::optional<Tensor> weight_value; in batch_norm_backward_plumbing() local
393 Tensor weight_value; in native_group_norm_backward_plumbing() local
598 std::optional<Tensor> weight_value; in native_layer_norm_backward_plumbing() local
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_header_parser.cc102 if (const base::Value* weight_value = dict->Find(kWeightKey)) { in ProcessEndpoint() local
/aosp_15_r20/external/executorch/kernels/quantized/cpu/
H A Dembeddingxb.cpp27 weight_value(const unsigned char* w_data, int32_t index, int32_t weight_nbit) { in weight_value() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv.cc325 std::string weight_value; in GenerateCode() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dinsert_quant_dequant.cpp997 Value* weight_value) { in extractAndRunWeightObserver()