Home
last modified time | relevance | path

Searched defs:scale_max (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/testing/_internal/
Dhypothesis_utils.py120 def qparams(draw, dtypes=None, scale_min=None, scale_max=None, argument
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc61 float scale_max = 0.0; in ProcessPerChannelQuantizedWeights() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc1812 const TfLiteTensor& output_tensor, float scale_min, float scale_max, in CheckTensorsInputOutputScale()
1841 float scale_min, float scale_max, int node_index, const char* op_name) { in CheckTensorsInputProductOutputScale()
2209 const float scale_max = 256.0f; in VisitAddNode() local
3820 const float scale_max = 256.0f; in VisitMulNode() local
4536 const float scale_max = 256.0f; in VisitSubNode() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5249 …count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 frame… in PlotEx()
5375 …count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph… in PlotLines()
5381 …count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph… in PlotLines()
5386 …count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph… in PlotHistogram()
5392 …count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph… in PlotHistogram()
/external/pytorch/aten/src/ATen/test/
Dvulkan_quantized_api_test.cpp211 const double scale_max = 2.0) { in produce_random_scale()