Searched refs:in_def (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/nir/tests/ |
D | opt_if_tests.cpp | 34 nir_ssa_def *in_def; member in nir_opt_if_test 46 in_def = nir_load_var(&bld, var); in nir_opt_if_test() 72 nir_ssa_def *cmp_result = nir_ieq(&bld, in_def, one); in TEST_F() 109 nir_ssa_def *cmp_result = nir_ieq(&bld, in_def, one); in TEST_F()
|
D | lower_returns_tests.cpp | 34 nir_ssa_def *in_def; member in nir_opt_lower_returns_test 45 in_def = nir_load_var(&bld, var); in nir_opt_lower_returns_test() 103 nir_ssa_def *cmp_result = nir_ieq(&bld, in_def, one); in TEST_F() 179 nir_ssa_def *cmp_result = nir_ieq(&bld, in_def, one); in TEST_F()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 146 const std::string& function_name, gtl::ArraySlice<string> in_def, 157 gtl::ArraySlice<string> in_def,
|
D | function.cc | 1812 const string& function_name, gtl::ArraySlice<string> in_def, in Create() argument 1821 for (const auto& i : in_def) b.Input(i); in Create() 1862 const string& function_name, gtl::ArraySlice<string> in_def, in Create() argument 1866 return Create(function_name, in_def, out_def, attr_def, node_def, ret_def, in Create()
|