Home
last modified time | relevance | path

Searched defs:out_of_bounds (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_cpu_impl.h57 bool out_of_bounds = false; in GenerateIndices() local
73 const bool out_of_bounds = GenerateIndices(loc, &ix); in operator() local
Dgather_nd_op_gpu.cu.cc40 bool out_of_bounds = false; in GatherSliceOpKernel() local
Dscatter_nd_op_gpu.cu.cc91 bool out_of_bounds = false; in ScatterNdOpKernel() local
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dtake_while_test.py54 def testTakeWhileDatasetRange(self, num_elements, upper_bound, out_of_bounds): argument
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c105 bool out_of_bounds; in remap_tess_levels() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2007 LLVMValueRef *out_of_bounds) in lp_build_layer_coord()
2599 LLVMValueRef offset, out_of_bounds, out1; in lp_build_fetch_texel() local
Dlp_bld_sample.c908 LLVMValueRef *out_of_bounds) in lp_build_nearest_mip_level()
/external/v8/src/ic/
Daccessor-assembler.cc1766 Label* unimplemented_elements_kind, Label* out_of_bounds, Label* miss, in EmitElementLoad()