/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() 547 const T* b_base_ptr = b_t.template flat<T>().data(); in Compute() 560 {1}, DataTypeToEnum<T>::value, b_t.shape(), &b_conj_t)); in Compute() 561 functor::maybe_conj<GPUDevice, T>::run(d, b_t, &b_conj_t); in Compute() 632 b_t_input = b_t; in Compute() 638 b_t_transposed_shape.AddDim(b_t.dim_size(row_dim + 1)); in Compute() 639 b_t_transposed_shape.AddDim(b_t.dim_size(row_dim)); in Compute() [all …]
|
/external/swiftshader/third_party/llvm-7.0/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/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-bool-global.conf | 11 type b_t; 14 allow a_t b_t : file { read write };
|
D | modreq-perm-global.conf | 9 type b_t; 10 allow a_t b_t: msg { send receive };
|
D | modreq-bool-opt.conf | 16 type b_t; 20 allow a_t b_t : file { read write };
|
/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/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/tensorflow/tensorflow/python/kernel_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 | 1942 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 1945 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() 2011 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 2017 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F() 2092 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local 2095 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() 2220 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32})); in TEST_F() local 2226 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F() 2894 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32})); in TEST_F() local 2897 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F() [all …]
|
D | constant_folding_test.cc | 902 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 3})); in TEST_F() local 909 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F() 913 {{"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 | 1300 auto b_t = builder.AddInstruction( in TEST_F() local 1306 data_shape, a, b_t, dot_dnums, DefaultPrecisionConfig(2))); in TEST_F() 1320 {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…
|