Home
last modified time | relevance | path

Searched refs:found_var (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_named_interface_blocks.cpp164 ir_variable *found_var = entry ? (ir_variable *) entry->data : NULL; in run() local
165 if (!found_var) { in run()
296 ir_variable *found_var = (ir_variable *) entry->data; in handle_rvalue() local
299 new(mem_ctx) ir_dereference_variable(found_var); in handle_rvalue()
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py894 found_var = self._vars[name]
895 if not shape.is_compatible_with(found_var.get_shape()):
898 (name, shape, found_var.get_shape()))
899 if not dtype.is_compatible_with(found_var.dtype):
901 found_type_str = found_var.dtype.name
905 return found_var