Searched refs:dstack (Results 1 – 7 of 7) sorted by relevance
/external/bcc/src/cc/frontends/clang/ |
D | loader.cc | 135 DirStack dstack(kpath); in parse() local 136 if (!dstack.ok()) in parse() 147 abs_file = string(dstack.cwd()) + "/" + file; in parse() 158 vector<const char *> flags_cstr({"-O0", "-O2", "-emit-llvm", "-I", dstack.cwd(), in parse()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 22 @dstack = external global [20 x %struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211],…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 22 @dstack = external global [20 x %struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211],…
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 774 inputs = np.dstack(inputs_list).transpose([0, 2, 1]) # batch x time x depth 822 inputs = np.dstack(inputs_list).transpose([0, 2, 1]) # batch x time x depth 1018 inputs = np.dstack(inputs_list).transpose([0, 2, 1]) # batch x time x depth 1053 inputs = np.dstack(inputs_list).transpose([0, 2, 1]) # batch x time x depth
|
D | cwise_ops_test.py | 466 np_ans = np.dstack(
|
D | lookup_ops_test.py | 1225 pairs = np.dstack((np_keys.flatten(), np_values.flatten()))[0]
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 4219 a = np.dstack((r, g, b))
|