Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Droll_op_gpu.cu.cc55 struct Roll<GPUDevice, T> { struct
56 void operator()(const OpKernelContext* context, const int64 num_elements, in operator ()()
Droll_op.h28 struct Roll { struct
Droll_op.cc306 struct Roll<CPUDevice, T> { struct
307 void operator()(const OpKernelContext* context, const int64 num_elements, in operator ()()
/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.go17647 func Roll(scope *Scope, input tf.Output, shift tf.Output, axis tf.Output) (output tf.Output) { func