Home
last modified time | relevance | path

Searched defs:add_var (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_xla_test.py30 def add_var(x): function
H A Ddef_function_test.py781 def add_var(x): function
868 def add_var(x): function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_propagate_invariant.c58 add_var(nir_variable *var, struct set *invariants) in add_var() function
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Denvparse.py99 def add_var( member in EnvironmentParser
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/
Dcompiler.cpp41 void program::add_var(std::string const& name) in add_var() function in client::code_gen::program
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dcompiler.cpp41 void program::add_var(std::string const& name) in add_var() function in client::code_gen::program
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/
Dcompiler.cpp43 void program::add_var(std::string const& name) in add_var() function in client::code_gen::program
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dcompiler.cpp43 void program::add_var(std::string const& name) in add_var() function in client::code_gen::program
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dcompiler.cpp46 void function::add_var(std::string const& name) in add_var() function in client::code_gen::function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dcompiler.cpp46 void function::add_var(std::string const& name) in add_var() function in client::code_gen::function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dcompiler.cpp47 void function::add_var(std::string const& name) in add_var() function in client::code_gen::function
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py865 def add_var(self, node: NamedItem) -> Tuple[Optional[str], Optional[str]]: member in CParserGenerator
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dvalidator.py460 def add_var(self, symbol: sympy.Symbol, type: Type) -> z3.ExprRef: member in TranslationValidator
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs472 pub fn add_var( in add_var() method
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddependencies.py532 def add_var(length: sympy.Expr) -> sympy.Symbol: function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs780 let mut add_var = |nir: &mut NirShader, in compile_nir_variant() localVariable
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-hist.c975 static int add_var(char ***list, const char *name, const char *var, bool is_var) in add_var() function