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

Method GradientTape

tensorflow/python/eager/pywrap_tfe_src.cc:1230–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228 PyTapeTensor> {
1229 public:
1230 explicit GradientTape(bool persistent, bool watch_accessed_variables)
1231 : tensorflow::eager::GradientTape<PyObject, PyBackwardFunction,
1232 PyTapeTensor>(persistent),
1233 watch_accessed_variables_(watch_accessed_variables) {}
1234
1235 virtual ~GradientTape() {
1236 for (const IdAndVariable& v : watched_variables_) {

Callers 15

fn_with_condMethod · 0.45
gMethod · 0.45
fnWithLoopMethod · 0.45
testGradientTapeMethod · 0.45
testBatchDimsMethod · 0.45
gradMethod · 0.45
fMethod · 0.45
fMethod · 0.45
fMethod · 0.45
fMethod · 0.45
testCtcLossV2Method · 0.45
testPushGetGradMethod · 0.45

Calls

no outgoing calls

Tested by 15

fn_with_condMethod · 0.36
gMethod · 0.36
fnWithLoopMethod · 0.36
testGradientTapeMethod · 0.36
testBatchDimsMethod · 0.36
gradMethod · 0.36
fMethod · 0.36
fMethod · 0.36
fMethod · 0.36
fMethod · 0.36
testCtcLossV2Method · 0.36
testPushGetGradMethod · 0.36