Home
last modified time | relevance | path

Searched defs:weight_scales (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.h417 const DeviceMemory<float>& weight_scales, in DoMatMulQuantized()
427 const DeviceMemory<float>& weight_scales, in DoMatMulQuantized()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.h441 const DeviceMemory<float>& weight_scales, in DoMatMulQuantized()
451 const DeviceMemory<float>& weight_scales, in DoMatMulQuantized()
/external/tensorflow/tensorflow/lite/micro/
Dtesting_helpers_test.cc45 float weight_scales[] = {0.5, 1, 2, 4}; in TF_LITE_MICRO_TEST() local
Dtest_helpers.cc1020 float input_scale, float* weight_scales, float* scales, int* zero_points, in CreatePerChannelQuantizedBiasTensor()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils.cc257 std::vector<float> weight_scales(channel_dim_size); in AdjustWeightsForBiasScale() local
658 const float* weight_scales, in SymmetricPerChannelBiasQuantize()
Dquantization_utils_test.cc786 const std::vector<float> weight_scales = {0.5, 1.0}; in TEST_F() local
Dquantize_model.cc153 std::vector<float> weight_scales = weight_tensor->quantization->scale; in QuantizeBias() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc765 const DeviceMemory<float> &weight_scales, in ThenMatMulQuantized()
785 const DeviceMemory<float> &weight_scales, in ThenMatMulQuantized()