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.cc853 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/
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()