Home
last modified time | relevance | path

Searched refs:CHECK_LE (Results 1 – 25 of 170) sorted by relevance

1234567

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_strided_slice_attributes.cc88 CHECK_LE(start_indices_size, 4); in Run()
89 CHECK_LE(stop_indices_size, 4); in Run()
90 CHECK_LE(stride_indices_size, 4); in Run()
95 CHECK_LE(start_indices_size, num_input_axes) in Run()
98 CHECK_LE(stop_indices_size, num_input_axes) in Run()
101 CHECK_LE(stride_indices_size, num_input_axes) in Run()
/external/tensorflow/tensorflow/core/lib/io/
Dblock_builder.cc73 CHECK_LE(restarts_.size(), std::numeric_limits<uint32_t>::max()); in Finish()
98 CHECK_LE(buffer_.size(), std::numeric_limits<uint32_t>::max()); in Add()
104 CHECK_LE(shared, std::numeric_limits<uint32_t>::max()); in Add()
105 CHECK_LE(non_shared, std::numeric_limits<uint32_t>::max()); in Add()
106 CHECK_LE(value.size(), std::numeric_limits<uint32_t>::max()); in Add()
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.h338 CHECK_LE(starts[0], input.n1()); in Slice2D()
339 CHECK_LE(starts[1], input.n2()); in Slice2D()
340 CHECK_LE(limits[0], input.n1()); in Slice2D()
341 CHECK_LE(limits[1], input.n2()); in Slice2D()
361 CHECK_LE(starts[0], input.n1()); in Slice3D()
362 CHECK_LE(starts[1], input.n2()); in Slice3D()
363 CHECK_LE(starts[2], input.n3()); in Slice3D()
364 CHECK_LE(limits[0], input.n1()); in Slice3D()
365 CHECK_LE(limits[1], input.n2()); in Slice3D()
366 CHECK_LE(limits[2], input.n3()); in Slice3D()
[all …]
/external/libchrome/base/test/
Dtest_timeouts.cc114 CHECK_LE(tiny_timeout_ms_, action_timeout_ms_); in Initialize()
115 CHECK_LE(action_timeout_ms_, action_max_timeout_ms_); in Initialize()
116 CHECK_LE(action_timeout_ms_, test_launcher_timeout_ms_); in Initialize()
Dfuzzed_data_provider.cc31 CHECK_LE(min, max); in ConsumeUint32InRange()
80 CHECK_LE(min, max); in ConsumeInt32InRange()
/external/tensorflow/tensorflow/core/platform/default/
Dnet.cc48 CHECK_LE(*port, MAX_EPHEMERAL_PORT); in IsPortAvailable()
85 CHECK_LE(addr_len, sizeof(addr)); in IsPortAvailable()
113 CHECK_LE(trial, kMaximumTrials) in PickUnusedPortOrDie()
/external/tensorflow/tensorflow/core/platform/windows/
Dnet.cc44 CHECK_LE(*port, 65535); in IsPortAvailable()
80 CHECK_LE(addr_len, sizeof(addr)); in IsPortAvailable()
113 CHECK_LE(trial, kMaximumTrials) in PickUnusedPortOrDie()
/external/compiler-rt/lib/asan/
Dasan_flags.cc140 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in InitializeFlags()
141 CHECK_LE(f->min_uar_stack_size_log, f->max_uar_stack_size_log); in InitializeFlags()
144 CHECK_LE(f->max_redzone, 2048); in InitializeFlags()
Dasan_poisoning.cc84 CHECK_LE(size, 4096); in AsanPoisonOrUnpoisonIntraObjectRedzone()
345 CHECK_LE(end - beg, in __sanitizer_annotate_contiguous_container()
385 CHECK_LE(beg, mid); in __sanitizer_contiguous_container_find_bad_address()
386 CHECK_LE(mid, end); in __sanitizer_contiguous_container_find_bad_address()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cpp98 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_alloc()
111 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_free()
125 CHECK_LE(src + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move()
127 CHECK_LE(dst + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move()
158 CHECK_LE(to, jctx->heap_begin + jctx->heap_size); in __tsan_java_find()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dtest.h35 #define ASSERT_LE CHECK_LE
46 #define EXPECT_LE CHECK_LE
/external/llvm-project/compiler-rt/lib/asan/
Dasan_flags.cpp151 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in InitializeFlags()
152 CHECK_LE(f->min_uar_stack_size_log, f->max_uar_stack_size_log); in InitializeFlags()
155 CHECK_LE(f->max_redzone, 2048); in InitializeFlags()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc77 CHECK_LE(buffer_slice.offset(), base.size()); in GetDeviceAddress()
78 CHECK_LE(buffer_slice.offset() + buffer_slice.size(), base.size()); in GetDeviceAddress()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc99 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_alloc()
112 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_free()
126 CHECK_LE(src + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move()
128 CHECK_LE(dst + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc98 CHECK_LE(res, tmp_path.size()); in CovUpdateMapping()
115 CHECK_LE(res, path.size()); in CovUpdateMapping()
Dsanitizer_bitvector.h325 void check(uptr idx) const { CHECK_LE(idx, size()); } in check()
329 CHECK_LE(res, kLevel1Size); in idx0()
335 CHECK_LE(res, BV::kSize); in idx1()
341 CHECK_LE(res, BV::kSize); in idx2()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc47 CHECK_LE(2, 3); in TEST()
80 ASSERT_DEATH(CHECK_LE(3, 2), "3 <= 2"); in TEST()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc432 CHECK_LE(0, num_elements_); in AddDim()
433 CHECK_LE(num_elements_, kMaxElements); in AddDim()
442 CHECK_LE(d, dims()); in InsertDim()
446 CHECK_LE(0, num_elements_); in InsertDim()
447 CHECK_LE(num_elements_, kMaxElements); in InsertDim()
474 CHECK_LE(0, num_elements_); in recompute_dims()
475 CHECK_LE(num_elements_, kMaxElements); in recompute_dims()
Dtensor_util.cc94 CHECK_LE(offset + from_data.size(), to_data.size()); in Concat()
110 CHECK_LE(offset + tensor.NumElements(), result->NumElements()); in Concat()
151 CHECK_LE(offset + to_data.size(), from_data.size()); in Split()
172 CHECK_LE(offset + split.NumElements(), tensor.NumElements()); in Split()
Dmemory_types.cc142 CHECK_LE(inp_mtypes->size(), inp_dtypes.size()); in MemoryTypesForNode()
143 CHECK_LE(out_mtypes->size(), out_dtypes.size()); in MemoryTypesForNode()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h324 void check(uptr idx) const { CHECK_LE(idx, size()); } in check()
328 CHECK_LE(res, kLevel1Size); in idx0()
334 CHECK_LE(res, BV::kSize); in idx1()
340 CHECK_LE(res, BV::kSize); in idx2()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h96 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) macro
105 #define DCHECK_LE(A, B) CHECK_LE(A, B)
/external/scudo/standalone/
Dinternal_defs.h124 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) macro
133 #define DCHECK_LE(A, B) CHECK_LE(A, B)
/external/tensorflow/tensorflow/core/lib/core/
Darena.cc163 CHECK_LE(adjusted_alignment, static_cast<uint32>(1 << 20)) in AllocNewBlock()
213 CHECK_LE(size, remaining_); in GetMemoryFallback()
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc53 CHECK_LE(0, n); in UnbiasedUniform()
129 CHECK_LE(position, level_[num_levels_ - 1][index]); in PickAt()

1234567