Searched refs:first_const (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 848 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local 849 Node* first_identity = test::graph::Identity(&g, first_const); in TEST() 888 {{first_const->name(), value_11}, {second_const->name(), value_22}}, in TEST() 898 {{second_const->name(), value_22}, {first_const->name(), value_11}}, in TEST() 908 {{first_const->name(), value_11}, {first_const->name(), value_22}}, in TEST() 921 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local 922 Node* first_identity = test::graph::Identity(&g, first_const); in TEST() 967 {first_const->name(), second_const->name()}, in TEST() 979 {second_const->name(), first_const->name()}, in TEST() 991 {first_const->name(), first_const->name()}, in TEST() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_1024_add_neon.c | 88 const int32_t first_const, in do_butterfly() argument 96 d[4] = vdup_n_s32(first_const); in do_butterfly()
|
D | idct32x32_add_neon.c | 116 const int16_t first_const, in do_butterfly() argument 129 d[4] = vdup_n_s16(first_const); in do_butterfly()
|
/external/python/cpython2/Python/ |
D | compile.c | 1355 PyObject *first_const = Py_None; in compiler_function() local 1374 first_const = st->v.Expr.value->v.Str.s; in compiler_function() 1375 if (compiler_add_o(c, c->u->u_consts, first_const) < 0) { in compiler_function()
|