Searched refs:first_const (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 701 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local 702 Node* first_identity = test::graph::Identity(&g, first_const); in TEST() 741 {{first_const->name(), value_11}, {second_const->name(), value_22}}, in TEST() 751 {{second_const->name(), value_22}, {first_const->name(), value_11}}, in TEST() 761 {{first_const->name(), value_11}, {first_const->name(), value_22}}, in TEST() 774 Node* first_const = test::graph::Constant(&g, first_value); in TEST() local 775 Node* first_identity = test::graph::Identity(&g, first_const); in TEST() 820 {first_const->name(), second_const->name()}, in TEST() 832 {second_const->name(), first_const->name()}, in TEST() 844 {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()
|
/external/python/cpython3/Python/ |
D | compile.c | 1872 PyObject *qualname, *first_const = Py_None; in compiler_function() local 1930 first_const = st->v.Expr.value->v.Constant.value; in compiler_function() 1932 first_const = st->v.Expr.value->v.Str.s; in compiler_function() 1934 if (compiler_add_o(c, c->u->u_consts, first_const) < 0) { in compiler_function()
|