HomeSort by relevance Sort by last modified time
    Searched defs:WithControlDependencies (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/go/op/
scope.go 112 // WithControlDependencies returns a new Scope which will cause all operations
115 func (s *Scope) WithControlDependencies(ops ...*tf.Operation) *Scope {
118 // the user could modify that array after calling s.WithControlDependencies,
121 // other calls to s.WithControlDependencies could stomp on each other.
  /external/tensorflow/tensorflow/cc/framework/
scope.cc 429 Scope Scope::WithControlDependencies(
437 Scope Scope::WithControlDependencies(const Output& control_dep) const {

Completed in 306 milliseconds