MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / initialized

Method initialized

tensorflow/compiler/tf2xla/xla_resource.h:96–96  ·  view source on GitHub ↗

A variable is initialized if it has a value.

Source from the content-addressed store, hash-verified

94
95 // A variable is initialized if it has a value.
96 bool initialized() const { return value_.valid(); }
97
98 // Sets the type and shape of the resource. The type and shape of a resource
99 // must not change once the variable has been initialized.

Callers 12

PrepareArgumentsFunction · 0.45
SetFromPackMethod · 0.45
ReadVariableInputTensorFunction · 0.45
CompileMethod · 0.45
MaybeInitializeStackFunction · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
CompileMethod · 0.45

Calls 1

validMethod · 0.45

Tested by

no test coverage detected