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

Method tensor_id

tensorflow/compiler/jit/deadness_analysis.cc:300–300  ·  view source on GitHub ↗

If `must_be_true()` is true this SymbolPredicate represents the proposition "tensor_id() is live and evaluates to true". If `must_be_true()` is false then this SymbolPredicate represents the proposition "tensor_id() is live (and may evaluate to any value)"

Source from the content-addressed store, hash-verified

298 // If `must_be_true()` is false then this SymbolPredicate represents the
299 // proposition "tensor_id() is live (and may evaluate to any value)"
300 TensorId tensor_id() const { return tensor_id_; }
301 bool must_be_true() const { return must_be_true_; }
302
303 private:

Callers 15

_make_inputs_matchFunction · 0.45
_capture_helperMethod · 0.45
_create_grad_funcFunction · 0.45
_capture_helperMethod · 0.45
_capture_helperMethod · 0.45
add_captureMethod · 0.45
reset_capturesMethod · 0.45
pop_captureMethod · 0.45
capture_eager_tensorMethod · 0.45
variable_capturesMethod · 0.45

Calls

no outgoing calls