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.cpp163 ir_variable *found_var = entry ? (ir_variable *) entry->data : NULL; in run() local
164 if (!found_var) { in run()
295 ir_variable *found_var = (ir_variable *) entry->data; in handle_rvalue() local
298 new(mem_ctx) ir_dereference_variable(found_var); in handle_rvalue()
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py872 found_var = self._vars[name]
873 if not shape.is_compatible_with(found_var.get_shape()):
876 found_var.get_shape()))
877 if not dtype.is_compatible_with(found_var.dtype):
879 found_type_str = found_var.dtype.name
883 return found_var