Searched defs:call_param (Results 1 – 3 of 3) sorted by relevance
33 struct call_param struct35 typedef T const& type;39 struct call_param<T&> struct41 typedef T& type;45 struct call_param<T const> struct47 typedef T const& type;51 struct call_param<T volatile> struct53 typedef T const& type;57 struct call_param<T const volatile> struct59 typedef T const& type;
2671 HloInstruction* call_param = call_builder.AddInstruction( in TEST_P() local2742 HloInstruction* call_param = call_builder.AddInstruction( in TEST_P() local
1403 auto call_param = call_builder.AddInstruction( in TEST_F() local