/external/tensorflow/tensorflow/core/common_runtime/ |
direct_session_test.cc | 701 Node* first_const = test::graph::Constant(&g, first_value); local 702 Node* first_identity = test::graph::Identity(&g, first_const); 739 // Feed [first_const, second_const] 741 {{first_const->name(), value_11}, {second_const->name(), value_22}}, 749 // Feed [second_const, first_const] 751 {{second_const->name(), value_22}, {first_const->name(), value_11}}, 759 // Feed [first_const, first_const] 761 {{first_const->name(), value_11}, {first_const->name(), value_22}} 774 Node* first_const = test::graph::Constant(&g, first_value); local 936 Node* first_const = test::graph::Constant(&g, first_value); local 1125 Node* first_const = test::graph::Constant(&g, first_value); local 1181 Node* first_const = test::graph::Constant(&g, first_value); local 1782 Node* first_const = test::graph::Constant(&g, first_value); local [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
highbd_idct32x32_1024_add_neon.c | 88 const int32_t first_const, 96 d[4] = vdup_n_s32(first_const);
|
idct32x32_add_neon.c | 116 const int16_t first_const, 129 d[4] = vdup_n_s16(first_const);
|
/external/python/cpython3/Python/ |
compile.c | 1872 PyObject *qualname, *first_const = Py_None; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
compile.c | 1387 PyObject *first_const = Py_None; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
compile.c | 1364 PyObject *first_const = Py_None; local [all...] |
/external/python/cpython2/Python/ |
compile.c | 1355 PyObject *first_const = Py_None; local [all...] |