Home
last modified time | relevance | path

Searched defs:Roll (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc264 Node* Roll(Graph* g, Node* input, Node* shift, Node* axis) { in Roll() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go33926 func Roll(scope *Scope, input tf.Output, shift tf.Output, axis tf.Output) (output tf.Output) { func