Home
last modified time | relevance | path

Searched refs:b_t (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll5 %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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll5 %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/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll5 %struct.b_t = type { i32, i32, i32, i32, i64, i64, i64, i64 }
9 %0 = load %struct.b_t** null, align 4 ; <%struct.b_t*> [#uses=1]
10 %1 = getelementptr inbounds %struct.b_t* %0, i32 %cNum, i32 5 ; <i64*> [#uses=1]
/external/selinux/libsepol/tests/policies/test-deps/
Dmodreq-bool-global.conf11 type b_t;
14 allow a_t b_t : file { read write };
Dmodreq-perm-global.conf9 type b_t;
10 allow a_t b_t: msg { send receive };
Dmodreq-bool-opt.conf16 type b_t;
20 allow a_t b_t : file { read write };
/external/clang/test/Rewriter/
Dblockstruct.m5 typedef void (^b_t)(void);
6 void a(b_t work) { }
Drewrite-local-static-id.mm14 typedef void (^b_t)(void);
16 void bar(b_t block);
/external/selinux/secilc/test/
Dintegration.cil209 (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/
Dsession_ops_test.py194 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/
Darithmetic_optimizer_test.cc1873 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
1876 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
1942 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
1948 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F()
2023 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
2026 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
2150 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32})); in TEST_F() local
2156 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F()
2788 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32})); in TEST_F() local
2791 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
[all …]
Dconstant_folding_test.cc652 auto b_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 3})); in TEST_F() local
659 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F()
663 {{"x", x_t}, {"y", y_t}, {"a", a_t}, {"b", b_t}, {"bias", bias_t}}); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc1239 auto b_t = builder.AddInstruction( in TEST_F() local
1245 data_shape, a, b_t, dot_dnums, DefaultPrecisionConfig(2))); in TEST_F()
1259 {dot, b_t}, HloInstruction::FusionKind::kLoop); in TEST_F()
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py708 b_t = vs.get_variable(
781 math_ops.matmul(cell_inputs, concat_w_t), b_t)