Home
last modified time | relevance | path

Searched defs:max_ (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/webrtc/base/
Dexp_filter.h24 : max_(max) { in max_() function
45 const float max_; variable
Drollingaccumulator.h162 mutable T max_; variable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.h53 NativeT max_; variable
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.h107 uint64 max_ = 0; variable
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.h89 double max_; variable
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibration_logger.h60 float min_, max_; variable
/external/v8/src/compiler/
Dnode-cache.h54 size_t max_; variable
/external/google-breakpad/src/testing/src/
Dgmock-cardinalities.cc89 const int max_; member in testing::__anon80f283160111::BetweenCardinalityImpl
/external/googletest/googlemock/src/
Dgmock-cardinalities.cc88 const int max_; member in testing::__anon3a3374a10111::BetweenCardinalityImpl
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-cardinalities.cc89 const int max_; member in testing::__anon6acf5ec60111::BetweenCardinalityImpl
/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops.cc85 float max_; member in tensorflow::FakeQuantWithMinMaxArgsOp
135 float max_; member in tensorflow::FakeQuantWithMinMaxArgsGradientOp
/external/libchrome/base/metrics/
Dhistogram_samples.h260 const int64_t max_; variable
Dhistogram_samples.cc44 int64_t max_; member in base::__anonbd76f3640111::SampleCountPickleIterator
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.h175 T max_; variable
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc241 static const Scalar max_; member in tensorflow::NcclManagerTest
251 const Scalar NcclManagerTest<Scalar>::max_ = member in tensorflow::NcclManagerTest<Scalar>
/external/webp/src/utils/
Dquant_levels_dec_utils.c66 int min_, max_; // min and max level values member
/external/skia/third_party/skcms/src/
DTransform_inl.h198 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
201 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/external/skqp/third_party/skcms/src/
DTransform_inl.h198 SI F max_(F x, F y) { return (F)vmaxq_f32((float32x4_t)x, (float32x4_t)y); } in max_() function
201 SI F max_(F x, F y) { return if_then_else(x < y, y, x); } in max_() function
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py884 def max_(x, y): function
1280 def max_(x, y): function
/external/v8/src/regexp/
Dregexp-ast.h446 int max_; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc135 XlaComputation max_; member in xla::__anon90bb178d0111::HloCostAnalysisTest
/external/v8/src/
Dcounters.h254 int max_; variable
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1918 …usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) in ArraySpec()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc3302 const RawType max_; member in testing::gmock_matchers_test::__anon67385ff30111::FloatingPointTest