Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
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
/external/cronet/tot/net/reporting/
Dreporting_header_parser.cc105 if (const base::Value* weight_value = dict->Find(kWeightKey)) { in ProcessEndpoint() local
/external/cronet/stable/net/reporting/
Dreporting_header_parser.cc105 if (const base::Value* weight_value = dict->Find(kWeightKey)) { in ProcessEndpoint() local
/external/pytorch/aten/src/ATen/functorch/
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
/external/executorch/kernels/quantized/cpu/
Dembeddingxb.cpp27 weight_value(const unsigned char* w_data, int32_t index, int32_t weight_nbit) { in weight_value() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.cc325 std::string weight_value; in GenerateCode() local
/external/pytorch/torch/csrc/jit/passes/quantization/
Dinsert_quant_dequant.cpp997 Value* weight_value) { in extractAndRunWeightObserver()