Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dhypothesis_utils.py120 def qparams(draw, dtypes=None, scale_min=None, scale_max=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dconv_2d_helpers.cc61 float scale_max = 0.0; in ProcessPerChannelQuantizedWeights() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp1232 float scale_max = 0.0f; in recompute_ideal_colors_1plane() local
1455 float scale_max = 0.0f; in recompute_ideal_colors_2planes() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/drm/
Dexynos_drm.h227 struct drm_exynos_sz scale_max; member
/aosp_15_r20/external/mesa3d/src/imgui/
H A 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()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp211 const double scale_max = 2.0) { in produce_random_scale()