Home
last modified time | relevance | path

Searched defs:is_variable_initialized (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dmark_initialized_variables.cc76 bool is_variable_initialized = false; in MarkInitializedVariablesInFunction() local
H A Dpromote_resources_to_args.cc112 auto is_variable_initialized = in VariableIsInitialized() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dstate_ops.py113 def is_variable_initialized(ref, name=None): function
H A Dvariables.py3356 def is_variable_initialized(variable): function