Home
last modified time | relevance | path

Searched refs:CHECK_GT (Results 1 – 25 of 178) sorted by relevance

12345678

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dcpu_utils_test.cc39 CHECK_GT(start_clock_count, 0); in TEST_F()
60 CHECK_GT(cpu_frequency, 0); in TEST_F()
64 CHECK_GT(cpu_frequency, 0); in TEST_F()
74 CHECK_GT(micro_sec_per_clock, 0.0); in TEST_F()
/external/compiler-rt/lib/esan/
Desan_circular_buffer.h59 CHECK_GT(Capacity, 0); in push_back()
68 CHECK_GT(Count, 0); in back()
73 CHECK_GT(Count, 0); in pop_back()
/external/tensorflow/tensorflow/core/lib/monitoring/
Dsampler.cc39 CHECK_GT(bucket_limits_.size(), 0); in ExplicitBuckets()
42 CHECK_GT(bucket_limits_[i], bucket_limits_[i - 1]); in ExplicitBuckets()
82 CHECK_GT(bucket_count, 0); in ComputeBucketLimits()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp179 CHECK_GT(kHighMemStart, kHighShadowEnd); in InitShadow()
180 CHECK_GT(kHighShadowEnd, kHighShadowStart); in InitShadow()
181 CHECK_GT(kHighShadowStart, kLowMemEnd); in InitShadow()
182 CHECK_GT(kLowMemEnd, kLowMemStart); in InitShadow()
183 CHECK_GT(kLowShadowEnd, kLowShadowStart); in InitShadow()
184 CHECK_GT(kLowShadowStart, kLowMemEnd); in InitShadow()
/external/tensorflow/tensorflow/core/kernels/
Dwinograd_transform.h70 CHECK_GT(rows, 0); in GetFilterTransformMatrix()
71 CHECK_GT(cols, 0); in GetFilterTransformMatrix()
194 CHECK_GT(rows, 0); in GetInputTransformMatrix()
195 CHECK_GT(cols, 0); in GetInputTransformMatrix()
316 CHECK_GT(rows, 0); in GetOutputTransformMatrix()
317 CHECK_GT(cols, 0); in GetOutputTransformMatrix()
Dquantized_conv_ops.cc230 CHECK_GT(output_width, 0); in operator ()()
231 CHECK_GT(output_height, 0); in operator ()()
547 CHECK_GT(batch, 0); in Compute()
548 CHECK_GT(out_rows, 0); in Compute()
549 CHECK_GT(out_cols, 0); in Compute()
550 CHECK_GT(out_depth, 0); in Compute()
/external/libchrome/ipc/
Dipc_cpu_perftest.cc153 CHECK_GT(frame_count_down_, 0); in StartPingPong()
178 CHECK_GT(count_down_, 0); in OnPing()
183 CHECK_GT(frame_count_down_, 0); in OnPing()
323 CHECK_GT(frame_count_down_, 0); in StartPingPong()
348 CHECK_GT(count_down_, 0); in OnPong()
353 CHECK_GT(frame_count_down_, 0); in OnPong()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dtest.h36 #define ASSERT_GT CHECK_GT
47 #define EXPECT_GT CHECK_GT
/external/tensorflow/tensorflow/stream_executor/tpu/
Dproto_helper.h65 CHECK_GT(serialized_proto.size, 0); in DeserializeProto()
76 CHECK_GT(serialized_proto.size, 0); in SerializedProto_Free()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fork_join.cc70 CHECK_GT(num_partitions, 1); in __xla_cpu_runtime_ParallelForkJoin()
71 CHECK_GT(num_partitioned_dims, 0); in __xla_cpu_runtime_ParallelForkJoin()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_placer.h46 CHECK_GT(replica_count, 0); in DeviceAssignment()
47 CHECK_GT(computation_count, 0); in DeviceAssignment()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Drelease.h55 CHECK_GT(Regions, 0); in PackedCounterArray()
56 CHECK_GT(NumCounters, 0); in PackedCounterArray()
57 CHECK_GT(MaxValue, 0); in PackedCounterArray()
68 CHECK_GT(PackingRatio, 0); in PackedCounterArray()
Dinternal_defs.h97 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) macro
106 #define DCHECK_GT(A, B) CHECK_GT(A, B)
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_mac.cpp96 CHECK_GT(last_byte_plus_one, mi->allocator_ptr); in mi_extra_init()
98 CHECK_GT(mi->allocator_size, 0); in mi_extra_init()
/external/tensorflow/tensorflow/core/platform/default/
Dnet.cc87 CHECK_GT(actual_port, 0); in IsPortAvailable()
132 CHECK_GT(port, 0); in PickUnusedPortOrDie()
/external/tensorflow/tensorflow/core/platform/windows/
Dnet.cc82 CHECK_GT(actual_port, 0); in IsPortAvailable()
130 CHECK_GT(port, 0); in PickUnusedPortOrDie()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc44 CHECK_GT(4, 3); in TEST()
77 ASSERT_DEATH(CHECK_GT(2, 3), "2 > 3"); in TEST()
/external/google-benchmark/src/
Dbenchmark_register.h41 CHECK_GT(lo, std::numeric_limits<T>::min()); in AddNegatedPowers()
42 CHECK_GT(hi, std::numeric_limits<T>::min()); in AddNegatedPowers()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc72 CHECK_GT(proc_self_maps_.len, 0); in MemoryMappingLayout()
75 CHECK_GT(proc_self_maps_.mmaped_size, 0); in MemoryMappingLayout()
/external/libchrome/base/memory/
Dprotected_memory.h242 CHECK_GT(writers, 0); in AutoWritableMemory()
252 CHECK_GT(writers, 0); in ~AutoWritableMemory()
/external/scudo/standalone/
Dinternal_defs.h125 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) macro
134 #define DCHECK_GT(A, B) CHECK_GT(A, B)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc73 CHECK_GT(heap_begin, 0); in __tsan_java_init()
74 CHECK_GT(heap_size, 0); in __tsan_java_init()
207 CHECK_GT(rec, 0); in __tsan_java_mutex_lock_rec()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cpp72 CHECK_GT(heap_begin, 0); in __tsan_java_init()
73 CHECK_GT(heap_size, 0); in __tsan_java_init()
223 CHECK_GT(rec, 0); in __tsan_java_mutex_lock_rec()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer.cc66 CHECK_GT(num_subdivs_, 0); in Run()
253 CHECK_GT(recv_pending_count, 0); in RunAsyncParts()
305 CHECK_GT(send_pending_count, 0); in RunAsyncParts()
/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h129 CHECK_GT(work_element_count, 0); in GetGpuLaunchConfig()
160 CHECK_GT(work_element_count, 0); in GetGpuLaunchConfig()
195 CHECK_GT(work_element_count, 0); in GetGpuLaunchConfigFixedBlockSize()

12345678