/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | mul_op.cc | 48 const Tensor& b_t = ctx->input(1); in Compute() local 50 OP_REQUIRES(ctx, a_matrix->dtype() == b_t.dtype(), in Compute() 54 " vs. b.dtype == ", DataTypeString(b_t.dtype()))); in Compute() 56 const int b_rank = b_t.dims(); in Compute() 64 ((a_matrix->dims() == 3) && (b_t.dim_size(0) == batch_size) && in Compute() 65 (b_t.NumElements() == batch_size)), in Compute() 70 b_t.shape().DebugString(), in Compute() 77 b_t.shape().DebugString())); in Compute() 83 auto b = b_t.scalar<T>(); in Compute() 89 auto b = b_t.flat<T>(); in Compute()
|
D | mat_mul_op.cc | 502 const Tensor& b_t = ctx->input(1); in Compute() local 507 this->ValidateInputs(*a_matrix, b_t, &rank, &batch_size)); in Compute() 519 b_t.shape().dim_size(this->transpose_b_ ? row_dim + 1 : row_dim); in Compute() 521 b_t.dim_size(this->transpose_b_ ? row_dim : row_dim + 1); in Compute() 552 const T* b_base_ptr = b_t.template flat<T>().data(); in Compute() 565 {1}, DataTypeToEnum<T>::value, b_t.shape(), &b_conj_t)); in Compute() 566 functor::maybe_conj<GPUDevice, T>::run(d, b_t, &b_conj_t); in Compute() 637 b_t_input = b_t; in Compute() 643 b_t_transposed_shape.AddDim(b_t.dim_size(row_dim + 1)); in Compute() 644 b_t_transposed_shape.AddDim(b_t.dim_size(row_dim)); in Compute() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-02-04-SchedulerBug.ll | 5 %struct.b_t = type { i32, i32, i32, i32, i64, i64, i64, i64 } 9 %0 = load %struct.b_t*, %struct.b_t** null, align 4 ; <%struct.b_t*> [#uses=1] 10 %1 = getelementptr inbounds %struct.b_t, %struct.b_t* %0, i32 %cNum, i32 5 ; <i64*> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2010-02-04-SchedulerBug.ll | 5 %struct.b_t = type { i32, i32, i32, i32, i64, i64, i64, i64 } 9 %0 = load %struct.b_t*, %struct.b_t** null, align 4 ; <%struct.b_t*> [#uses=1] 10 %1 = getelementptr inbounds %struct.b_t, %struct.b_t* %0, i32 %cNum, i32 5 ; <i64*> [#uses=1]
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | modreq-perm-global.conf | 9 type b_t; 10 allow a_t b_t: msg { send receive };
|
D | modreq-bool-global.conf | 11 type b_t; 14 allow a_t b_t : file { read write };
|
D | modreq-bool-opt.conf | 16 type b_t; 20 allow a_t b_t : file { read write };
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | irg_sp_tagp.ll | 47 %b_t = call i8* @llvm.aarch64.tagp.p0i8(i8* %b, i8* %base, i64 0) 48 call void @use2(i8* %a_t, i8* %b_t) 80 %b_t = call i8* @llvm.aarch64.tagp.p0i8(i8* %b, i8* %base, i64 1) 81 call void @use2(i8* %b, i8* %b_t) 101 %b_t = call i8* @llvm.aarch64.tagp.p0i8(i8* %b, i8* %base, i64 1) 102 call void @use2(i8* %b, i8* %b_t)
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | winograd_test_util.cc | 40 auto b_t = BtMatrixForWinograd4x4To6x6(); in Winograd4x4To36TileX6Test() local 51 sum += src_tensor.data[index] * b_t[x * 6 + i]; in Winograd4x4To36TileX6Test() 61 sum += b_t[y * 6 + i] * temp[i * 6 + x]; in Winograd4x4To36TileX6Test() 175 auto b_t = BtMatrixForWinograd4x4To6x6(); in Winograd4x4To36Test() local 186 sum += src_tensor.data[index] * b_t[x * 6 + i]; in Winograd4x4To36Test() 196 sum += b_t[y * 6 + i] * temp[i * 6 + x]; in Winograd4x4To36Test()
|
/external/clang/test/Rewriter/ |
D | blockstruct.m | 5 typedef void (^b_t)(void); 6 void a(b_t work) { }
|
D | rewrite-local-static-id.mm | 14 typedef void (^b_t)(void); 16 void bar(b_t block);
|
/external/llvm-project/clang/test/Rewriter/ |
D | blockstruct.m | 5 typedef void (^b_t)(void); 6 void a(b_t work) { }
|
D | rewrite-local-static-id.mm | 14 typedef void (^b_t)(void); 16 void bar(b_t block);
|
/external/rust/crates/plotters-backend/src/rasterizer/ |
D | path.rs | 18 let (b_t, b_n) = get_dir_vector(triple[2], triple[1], true); 37 let b0 = -b_t.0; 40 let b1 = -b_t.1;
|
/external/selinux/secilc/test/ |
D | integration.cil | 209 (type b_t) 215 (allow a_t b_t (file (write)))) 217 (allow a_t b_t (file (execute))))) 220 (allow a_t b_t (file (read))))))
|
/external/llvm-project/libclc/generic/lib/math/ |
D | cbrt.cl | 142 double b_t = fma(Rem_t, F_h, fma(F_t, Rem_h, F_t*Rem_t)); 144 double ans = fma(z, b_h, fma(z, b_t, b_t)) + b_h;
|
/external/tensorflow/tensorflow/python/kernel_tests/v1_compat_tests/ |
D | session_ops_test.py | 194 b_p, b_t = session_ops.get_session_tensor(b_handle.handle, dtypes.float32) 195 c = math_ops.add(a_t, b_t) 239 b_p, b_t = session_ops.get_session_tensor(b_handle.handle, dtypes.float32) 241 c = math_ops.add(a_t, b_t)
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 1906 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 1909 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() 1975 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 1981 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F() 2056 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 2059 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() 2184 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32})); in TEST_F() local 2190 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F() 2871 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32})); in TEST_F() local 2874 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() [all …]
|
D | constant_folding_test.cc | 966 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 3})); in TEST_F() local 973 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F() 977 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction_test.cc | 1358 auto b_t = builder.AddInstruction( in TEST_F() local 1364 data_shape, a, b_t, dot_dnums, DefaultPrecisionConfig(2))); in TEST_F() 1378 {dot, b_t}, HloInstruction::FusionKind::kLoop); in TEST_F()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-c9-pro.log | 95 …chg=1, ta_exist=1, v=3582, v_avg=3588, i=56, i_avg=69, ocv=3591, fg_t=294, b_t=249, cycle=0, soc=3… 168 …chg=1, ta_exist=1, v=3566, v_avg=3577, i=56, i_avg=57, ocv=3591, fg_t=295, b_t=249, cycle=0, soc=3… 257 …g=1, ta_exist=1, v=3558, v_avg=3563, i=195, i_avg=116, ocv=3591, fg_t=295, b_t=249, cycle=0, soc=3… 496 …g=1, ta_exist=1, v=3539, v_avg=3549, i=248, i_avg=207, ocv=3591, fg_t=294, b_t=249, cycle=0, soc=3… 823 …0, ta_exist=1, v=3472, v_avg=3510, i=-995, i_avg=-300, ocv=3591, fg_t=296, b_t=249, cycle=0, soc=3… 904 …0, ta_exist=1, v=3511, v_avg=3500, i=-767, i_avg=-590, ocv=3591, fg_t=298, b_t=249, cycle=0, soc=3…
|
D | galaxy-s8-us.log | 1914 …g=0, ta_exist=0, v=4349, v_avg=4349, i=542, i_avg=542, ocv=4269, fg_t=224, b_t=300, cycle=0, soc=9… 2228 …g=0, ta_exist=0, v=4340, v_avg=4346, i=535, i_avg=540, ocv=4269, fg_t=226, b_t=300, cycle=0, soc=9… 2546 …g=1, ta_exist=1, v=4348, v_avg=4344, i=538, i_avg=535, ocv=4269, fg_t=226, b_t=259, cycle=0, soc=9… 3250 …g=1, ta_exist=1, v=4349, v_avg=4346, i=521, i_avg=532, ocv=4270, fg_t=232, b_t=259, cycle=0, soc=9… 3386 …g=1, ta_exist=1, v=4348, v_avg=4347, i=516, i_avg=521, ocv=4270, fg_t=233, b_t=260, cycle=0, soc=9… 4962 …g=1, ta_exist=1, v=4350, v_avg=4348, i=524, i_avg=521, ocv=4270, fg_t=260, b_t=260, cycle=0, soc=9… 5044 …g=1, ta_exist=1, v=4347, v_avg=4348, i=523, i_avg=522, ocv=4270, fg_t=264, b_t=260, cycle=0, soc=9… 5359 …g=1, ta_exist=1, v=4344, v_avg=4346, i=513, i_avg=519, ocv=4270, fg_t=271, b_t=261, cycle=0, soc=9… 6044 …g=1, ta_exist=1, v=4320, v_avg=4339, i=350, i_avg=453, ocv=4270, fg_t=287, b_t=264, cycle=0, soc=9…
|