Home
last modified time | relevance | path

Searched defs:growth_factor (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dsampler.cc70 ExponentialBuckets(double scale, double growth_factor, int bucket_count) in ExponentialBuckets()
80 double growth_factor, in ComputeBucketLimits()
113 double growth_factor, in Exponential()
H A Dsampler.h64 double growth_factor, in Exponential()
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
H A Ddistribution.py12 def __init__(self, width, growth_factor, num_finite_buckets, scale=1.0): argument
117 def GeometricBucketer(growth_factor=10**0.2, num_finite_buckets=100, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DAmpKernels.cu184 double growth_factor, in amp_update_scale_cuda_kernel()
226 double growth_factor, in _amp_update_scale_cuda_()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DAmpKernels.cpp30 double growth_factor, in _amp_update_scale_cpu_()
/aosp_15_r20/external/googleapis/google/api/servicecontrol/v1/
H A Ddistribution.proto69 double growth_factor = 2; field
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/proto/google/api/servicecontrol/v1/
H A Ddistribution.proto69 double growth_factor = 2; field
/aosp_15_r20/external/googleapis/google/api/
H A Ddistribution.proto104 double growth_factor = 2; field
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
H A Ddistribution.proto104 double growth_factor = 2; field
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DAmpGradScalerKernels.cpp145 double growth_factor, in _amp_update_scale_cpu_kernel()
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/
H A Dmetrics.proto89 optional double growth_factor = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dmonitoring.py426 def __init__(self, scale, growth_factor, bucket_count): argument
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3865 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress()
3870 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress()
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_experimental.cc456 double growth_factor, in TFE_MonitoringNewExponentialBuckets()
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1087 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance()