Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_propagate_invariant.c66 add_var(nir_variable *var, struct set *invariants) in add_var() function
104 add_var(intrin->variables[1]->var, invariants); in propagate_invariant_instr()
109 add_var(intrin->variables[0]->var, invariants); in propagate_invariant_instr()
/external/tensorflow/tensorflow/python/eager/
Ddef_function_xla_test.py34 def add_var(x): function
44 self.assertAllClose([13., 14.], add_var(constant_op.constant(2.)))
Ddef_function_test.py431 def add_var(x): function
441 add_var.get_concrete_function(constant_op.constant(2.))
442 self.assertAllClose([13., 14.], add_var(constant_op.constant(2.)))
470 def add_var(x): function
482 return add_var(x)