Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DDeferredFileOutputStream.java67 private int threshold; field in DeferredFileOutputStream.Builder
168 public Builder setThreshold(final int threshold) { in setThreshold()
244 public DeferredFileOutputStream(final int threshold, final File outputFile) { in DeferredFileOutputStream()
259 …private DeferredFileOutputStream(final int threshold, final File outputFile, final String prefix, … in DeferredFileOutputStream()
280 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outpu… in DeferredFileOutputStream()
296 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final String pre… in DeferredFileOutputStream()
311 …private DeferredFileOutputStream(final int threshold, final Path outputFile, final String prefix, … in DeferredFileOutputStream()
334 …public DeferredFileOutputStream(final int threshold, final String prefix, final String suffix, fin… in DeferredFileOutputStream()
DThresholdingOutputStream.java48 private final int threshold; field in ThresholdingOutputStream
75 public ThresholdingOutputStream(final int threshold) { in ThresholdingOutputStream()
87 …public ThresholdingOutputStream(final int threshold, final IOConsumer<ThresholdingOutputStream> th… in ThresholdingOutputStream()
/external/executorch/backends/vulkan/tools/gpuinfo/
Dconfig.json4 "threshold": 3, number
9 "threshold": 10, number
34 "threshold": 3, number
45 "threshold": 3, number
/external/pytorch/torch/csrc/jit/passes/
Dinline_autodiff_subgraphs.cpp42 graph_node_list::iterator scanNode(Node* node, size_t threshold) { in scanNode()
75 void InlineAutodiffSubgraphs(Block* block, size_t threshold) { in InlineAutodiffSubgraphs()
83 void InlineAutodiffSubgraphs(std::shared_ptr<Graph>& graph, size_t threshold) { in InlineAutodiffSubgraphs()
/external/federated-compute/fcp/secagg/shared/
Dshamir_secret_sharing_test.cc37 for (int threshold = 2; threshold <= num_shares; ++threshold) { in TEST() local
66 int threshold = 4; in TEST() local
78 int threshold = 4; in TEST() local
93 int threshold = 4; in TEST() local
109 int threshold = 4; in TEST() local
121 int threshold = 4; in TEST() local
171 int threshold = 3; in TEST() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage.cc100 float threshold = 0.5; in LatestMetrics() local
105 for (auto& threshold : ap_params.iou_thresholds()) { in LatestMetrics() local
115 for (float threshold : iou_thresholds) { in LatestMetrics() local
/external/abseil-cpp/absl/log/
Dglobals.h178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel()
187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
/external/cronet/tot/third_party/abseil-cpp/absl/log/
Dglobals.h178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel()
187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
/external/cronet/stable/third_party/abseil-cpp/absl/log/
Dglobals.h178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel()
187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
/external/angle/third_party/abseil-cpp/absl/log/
Dglobals.h177 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel()
186 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
DNumericThreshold.java36 private final long threshold; field in NumericThreshold
46 public NumericThreshold(long threshold, ElementCounter<E> extractor) { in NumericThreshold()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
22 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DThresholdCircuitBreaker.java61 private final long threshold; field in ThresholdCircuitBreaker
73 public ThresholdCircuitBreaker(final long threshold) { in ThresholdCircuitBreaker()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DNonPositiveDefiniteMatrixException.java36 private final double threshold; field in NonPositiveDefiniteMatrixException
45 public NonPositiveDefiniteMatrixException(double wrong, int index, double threshold) { in NonPositiveDefiniteMatrixException()
DNonSymmetricMatrixException.java38 private final double threshold; field in NonSymmetricMatrixException
47 public NonSymmetricMatrixException(int row, int column, double threshold) { in NonSymmetricMatrixException()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_flow_controller_test.cc218 QuicByteCount threshold = in TEST_F() local
272 QuicByteCount threshold = in TEST_F() local
324 QuicByteCount threshold = in TEST_F() local
381 QuicByteCount threshold = in TEST_F() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_flow_controller_test.cc218 QuicByteCount threshold = in TEST_F() local
272 QuicByteCount threshold = in TEST_F() local
324 QuicByteCount threshold = in TEST_F() local
381 QuicByteCount threshold = in TEST_F() local
/external/pytorch/aten/src/ATen/native/cuda/
DActivationThresholdKernel.cu25 scalar_t threshold, in threshold_kernel_impl()
35 const Scalar& threshold, in threshold_kernel_cuda()
DActivationSoftplusKernel.cu34 auto threshold = threshold_.to<opmath_t>(); in softplus_kernel() local
56 auto threshold = threshold_.to<opmath_t>(); in softplus_backward_kernel() local
/external/pigweed/pw_allocator/public/pw_allocator/
Dfirst_fit.h59 FirstFitAllocator(ByteSpan region, size_t threshold) { in FirstFitAllocator()
65 void set_threshold(size_t threshold) { bucket_.set_threshold(threshold); } in set_threshold()
/external/pytorch/aten/src/ATen/native/quantized/cpu/
Dqthreshold.cpp24 const Scalar& threshold, in quantized_threshold_impl()
35 const Scalar& threshold, in threshold_quantized_cpu()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/bitmapverifiers/
DColorCountVerifier.java24 private final int threshold; field in ColorCountVerifier
26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
/external/perfetto/ui/src/widgets/
Dtrack_shell.ts243 const threshold = target.offsetHeight / 3; constant
257 const threshold = target.offsetHeight / 2; constant
288 const threshold = target.offsetHeight / 3; constant
302 const threshold = target.offsetHeight / 2; constant
/external/pytorch/torchgen/_autoheuristic/
Dtrain_regression.py230 threshold=0.99, argument
292 def evaluate_model(self, model, df, feature_columns, choice_columns, threshold): argument
375 threshold, argument
438 self, heuristic_name, opt_name, threshold, shared_memory, device_capa, classes argument
/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
Dsequenced.h53 constexpr size_t threshold() const { return threshold_; } in threshold() function
61 void set_threshold(size_t threshold) { threshold_ = threshold; } in set_threshold()

12345678910>>...30