Home
last modified time | relevance | path

Searched refs:second_const (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc706 Node* second_const = test::graph::Constant(&g, second_value); in TEST() local
707 Node* second_identity = test::graph::Identity(&g, second_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()
779 Node* second_const = test::graph::Constant(&g, second_value); in TEST() local
780 Node* second_identity = test::graph::Identity(&g, second_const); in TEST()
820 {first_const->name(), second_const->name()}, in TEST()
832 {second_const->name(), first_const->name()}, in TEST()
941 Node* second_const = test::graph::Constant(&g, second_value); in TEST() local
942 Node* second_identity = test::graph::Identity(&g, second_const); in TEST()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_1024_add_neon.c89 const int32_t second_const, in do_butterfly() argument
97 d[5] = vdup_n_s32(second_const); in do_butterfly()
Didct32x32_add_neon.c117 const int16_t second_const, in do_butterfly() argument
130 d[5] = vdup_n_s16(second_const); in do_butterfly()