/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RandomShuffle.pbtxt | 6 The tensor to be shuffled. 12 A tensor of same shape and type as `value`, shuffled along its first 32 The tensor is shuffled along dimension 0, such that each `value[j]` is mapped
|
D | api_def_RecordInput.pbtxt | 25 shuffled.
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reduction_ops_common.h | 221 Tensor shuffled; 223 helper.shuffled_shape(), &shuffled, 226 ctx, DoTranspose(d, data_reshaped, helper.permutation(), &shuffled)); 228 const int64 reduced = shuffled.NumElements() / unreduced; 229 const Tensor& const_shuffled = shuffled;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_tcs.cpp | 287 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); in nir_emit_intrinsic() local 288 shuffle_64bit_data(shuffled, tmp_src, false); in nir_emit_intrinsic() 292 emit(MOV(dst, src_reg(shuffled))); in nir_emit_intrinsic() 340 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); in nir_emit_intrinsic() local 341 shuffle_64bit_data(shuffled, value, true); in nir_emit_intrinsic() 342 src_reg shuffled_float = src_reg(retype(shuffled, BRW_REGISTER_TYPE_F)); in nir_emit_intrinsic()
|
D | brw_vec4_tes.cpp | 251 dst_reg shuffled(this, glsl_type::dvec4_type); in nir_emit_intrinsic() local 252 shuffle_64bit_data(shuffled, temp_as_src, false); in nir_emit_intrinsic() 256 emit(MOV(dst, src_reg(shuffled))); in nir_emit_intrinsic()
|
D | brw_vec4_visitor.cpp | 1484 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); in emit_scratch_read() local 1485 dst_reg shuffled_float = retype(shuffled, BRW_REGISTER_TYPE_F); in emit_scratch_read() 1491 shuffle_64bit_data(temp, src_reg(shuffled), false, block, last_read); in emit_scratch_read() 1534 dst_reg shuffled = dst_reg(this, alloc_type); in emit_scratch_write() local 1536 shuffle_64bit_data(shuffled, temp, true, block, inst); in emit_scratch_write() 1537 src_reg shuffled_float = src_reg(retype(shuffled, BRW_REGISTER_TYPE_F)); in emit_scratch_write()
|
D | brw_vec4_nir.cpp | 684 src_reg shuffled = src_reg(this, glsl_type::dvec4_type); in nir_emit_intrinsic() local 690 emit(MOV(dst_reg(retype(shuffled, temp.type)), temp)); in nir_emit_intrinsic() 700 emit(MOV(dst_reg(retype(byte_offset(shuffled, REG_SIZE), temp.type)), in nir_emit_intrinsic() 704 shuffle_64bit_data(dst_reg(read_result), shuffled, false); in nir_emit_intrinsic()
|
/external/boringssl/src/util/ |
D | all_tests.go | 352 shuffled := make([]string, len(tests)) 355 shuffled[i] = tests[j] 359 for i := 0; i < len(shuffled); i += testsPerShard { 360 n := len(shuffled) - i 365 shard.args = []string{shard.args[0], "--gtest_filter=" + strings.Join(shuffled[i:i+n], ":")}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/ |
D | dcfetch.s | 3 # Check that DCFETCH is correctly shuffled.
|
/external/llvm/test/MC/Hexagon/ |
D | dcfetch.s | 3 # Check that DCFETCH is correctly shuffled.
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 277 return [shuffled(inner) for inner in outer] 287 comps = [shuffled(values) for values in comps]
|
D | genutil.py | 105 def shuffled(lst): function
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | README.md | 17 Should it be read serially? Should the data be shuffled in memory? 151 * Whether the data is shuffled as its loaded into its queue
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | reorder-global-variables.ll | 61 ; Make sure the shuffled order is correct.
|
D | reorder-pooled-constants.ll | 535 ; Make sure the constants in pools are shuffled.
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 303 return [shuffled(inner) for inner in outer] 313 comps = [shuffled(values) for values in comps]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Schedule.td | 104 // Store a shuffled vector.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Schedule.td | 104 // Store a shuffled vector.
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-load.ll | 80 ; Case where a load is unary shuffled, then bitcast (to a type with the same
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | extractelement-load.ll | 80 ; Case where a load is unary shuffled, then bitcast (to a type with the same
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | icmp-vec.ll | 203 ; This is similar to a transform for shuffled binops: compare first, shuffle after.
|
/external/ltp/doc/ |
D | style-guide.txt | 232 headers get shuffled around a lot more than their +sys/+ counterparts it
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 1147 Traverser (const Iter beg, const Iter end, const bool shuffled) in Traverser() argument 1152 if (shuffled) in Traverser()
|
/external/llvm/test/CodeGen/ARM/ |
D | vuzp.ll | 332 ; Use an undef value for the <4 x i8> that is being shuffled with the compare result.
|
/external/python/cpython3/Doc/library/ |
D | random.rst | 182 To shuffle an immutable sequence and return a new shuffled list, use
|