Home
last modified time | relevance | path

Searched defs:number_of_steps (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaAccuracy.cpp398 glw::GLuint number_of_steps = getNumberOfStepsForIndex(i); in executePass() local
439 glw::GLuint number_of_steps = 10; in getNumberOfStepsForIndex() local
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dlearning.py71 number_of_steps=None, argument
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dlearning.py540 number_of_steps=None, argument
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h52 const int64 number_of_steps = static_cast<int64>(1) << number_of_bits; in FloatToQuantizedUnclamped() local
94 const int64 number_of_steps = static_cast<int64>(1) << number_of_bits; in QuantizedToFloat() local
161 static constexpr int64 number_of_steps = static_cast<int64>(1) member
184 static constexpr int64 number_of_steps = static_cast<int64>(1) member