Searched refs:second_const (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 853 Node* second_const = test::graph::Constant(&g, second_value); in TEST() local 854 Node* second_identity = test::graph::Identity(&g, second_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() 926 Node* second_const = test::graph::Constant(&g, second_value); in TEST() local 927 Node* second_identity = test::graph::Identity(&g, second_const); in TEST() 967 {first_const->name(), second_const->name()}, in TEST() 979 {second_const->name(), first_const->name()}, in TEST() 1088 Node* second_const = test::graph::Constant(&g, second_value); in TEST() local 1089 Node* second_identity = test::graph::Identity(&g, second_const); in TEST() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_1024_add_neon.c | 89 const int32_t second_const, in do_butterfly() argument 97 d[5] = vdup_n_s32(second_const); in do_butterfly()
|
D | idct32x32_add_neon.c | 117 const int16_t second_const, in do_butterfly() argument 130 d[5] = vdup_n_s16(second_const); in do_butterfly()
|