Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/compiler/xla/
Dsparse_index_array.cc29 CHECK_GT(rank_, 0); in SparseIndexArray()
46 CHECK_GT(rank_, 0); in index_count()
53 CHECK_GT(rank_, 0); in At()
61 CHECK_GT(rank_, 0); in At()
69 CHECK_GT(rank_, 0); in Append()
77 CHECK_GT(rank_, 0); in Resize()
/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/tensorflow/tensorflow/core/lib/monitoring/
Dsampler.cc35 CHECK_GT(bucket_limits_.size(), 0); in ExplicitBuckets()
38 CHECK_GT(bucket_limits_[i], bucket_limits_[i - 1]); in ExplicitBuckets()
78 CHECK_GT(bucket_count, 0); in ComputeBucketLimits()
/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/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/tensorflow/tensorflow/compiler/xla/service/
Dcomputation_placer.h43 CHECK_GT(replica_count, 0); in DeviceAssignment()
44 CHECK_GT(computation_count, 0); in DeviceAssignment()
/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/core/platform/
Dlogging_test.cc38 CHECK_GT(4, 3); in TEST()
71 ASSERT_DEATH(CHECK_GT(2, 3), "2 > 3"); in TEST()
/external/tensorflow/tensorflow/core/platform/posix/
Dnet.cc77 CHECK_GT(actual_port, 0); in IsPortAvailable()
118 CHECK_GT(port, 0); in PickUnusedPortOrDie()
/external/tensorflow/tensorflow/core/platform/windows/
Dnet.cc86 CHECK_GT(actual_port, 0); in IsPortAvailable()
134 CHECK_GT(port, 0); in PickUnusedPortOrDie()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer.cc60 CHECK_GT(num_subdivs_, 0); in Run()
230 CHECK_GT(recv_pending_count, 0); in RunAsyncParts()
281 CHECK_GT(send_pending_count, 0); in RunAsyncParts()
/external/libchrome/base/memory/
Dprotected_memory.h242 CHECK_GT(writers, 0); in AutoWritableMemory()
252 CHECK_GT(writers, 0); in ~AutoWritableMemory()
/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/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h127 CHECK_GT(work_element_count, 0); in GetCudaLaunchConfig()
153 CHECK_GT(work_element_count, 0); in GetCudaLaunchConfig()
180 CHECK_GT(work_element_count, 0); in GetCudaLaunchConfigFixedBlockSize()
/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()
Dtsan_mutex.cc137 CHECK_GT(t, MutexTypeInvalid); in Lock()
212 CHECK_GT(type, MutexTypeInvalid); in Mutex()
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h285 #define CHECK_GT(val1, val2) CHECK_OP(Check_GT, >, val1, val2) macro
298 #define DCHECK_GT(val1, val2) CHECK_GT(val1, val2)
329 #define QCHECK_GT(x, y) CHECK_GT(x, y)
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
Dstochastic_hard_routing_gradient_op.cc185 CHECK_GT(node, -1); in Compute()
209 CHECK_GT(j - 1, -1); in Compute()
/external/libtextclassifier/lang_id/common/lite_base/
Dlogging.h37 #define SAFTM_CHECK_GT CHECK_GT
/external/tensorflow/tensorflow/contrib/coder/kernels/
Dpmf_to_cdf_op.cc89 CHECK_GT(*pointer, 1); in Decrease()
116 CHECK_GT(*pointer, 0); in Increase()
/external/google-benchmark/src/
Dbenchmark_register.cc429 CHECK_GT(t, 0); in Threads()
435 CHECK_GT(min_threads, 0); in ThreadRange()
444 CHECK_GT(min_threads, 0); in DenseThreadRange()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc429 CHECK_GT(t, 0); in Threads()
435 CHECK_GT(min_threads, 0); in ThreadRange()
444 CHECK_GT(min_threads, 0); in DenseThreadRange()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dparallel_for.cc33 CHECK_GT(block_size, 0); in ParallelFor()

123456