Home
last modified time | relevance | path

Searched refs:shuffled (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RandomShuffle.pbtxt6 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
Dapi_def_RecordInput.pbtxt25 shuffled.
/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_common.h221 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/
Dbrw_vec4_tcs.cpp287 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()
Dbrw_vec4_tes.cpp251 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()
Dbrw_vec4_visitor.cpp1484 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()
Dbrw_vec4_nir.cpp684 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/
Dall_tests.go352 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/
Ddcfetch.s3 # Check that DCFETCH is correctly shuffled.
/external/llvm/test/MC/Hexagon/
Ddcfetch.s3 # Check that DCFETCH is correctly shuffled.
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py277 return [shuffled(inner) for inner in outer]
287 comps = [shuffled(values) for values in comps]
Dgenutil.py105 def shuffled(lst): function
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
DREADME.md17 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/
Dreorder-global-variables.ll61 ; Make sure the shuffled order is correct.
Dreorder-pooled-constants.ll535 ; Make sure the constants in pools are shuffled.
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py303 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/
DAArch64Schedule.td104 // Store a shuffled vector.
/external/llvm/lib/Target/AArch64/
DAArch64Schedule.td104 // Store a shuffled vector.
/external/llvm/test/CodeGen/X86/
Dextractelement-load.ll80 ; 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/
Dextractelement-load.ll80 ; 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/
Dicmp-vec.ll203 ; This is similar to a transform for shuffled binops: compare first, shuffle after.
/external/ltp/doc/
Dstyle-guide.txt232 headers get shuffled around a lot more than their +sys/+ counterparts it
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1147 Traverser (const Iter beg, const Iter end, const bool shuffled) in Traverser() argument
1152 if (shuffled) in Traverser()
/external/llvm/test/CodeGen/ARM/
Dvuzp.ll332 ; Use an undef value for the <4 x i8> that is being shuffled with the compare result.
/external/python/cpython3/Doc/library/
Drandom.rst182 To shuffle an immutable sequence and return a new shuffled list, use

12