Home
last modified time | relevance | path

Searched refs:tape_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/gradients/tape/
Dtape_context.cc24 : AbstractContext(kTape), parent_ctx_(c), tape_(tape), registry_(registry) { in TapeContext()
37 return new TapeOperation(parent_ctx_->CreateOperation(), tape_, registry_); in CreateOperation()
Dtape_context.h38 Tape* tape_; variable
Dtape_operation.cc26 tape_(tape), in TapeOperation()
212 tape_->RecordOperation(forward_op_.inputs, forward_op_.outputs, in Execute()
Dtape_operation.h74 Tape* tape_; variable