Home
last modified time | relevance | path

Searched defs:is_var (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dcheckpoint_utils.py226 is_var = lambda x: isinstance(x, variables.Variable) function
/external/v8/src/runtime/
Druntime-scopes.cc47 Handle<Object> value, PropertyAttributes attr, bool is_var, in DeclareGlobal()
223 bool is_var = !is_function; in DeclareEvalHelper() local