Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h552 explicit TensorListGather(OpKernelConstruction* c) : OpKernel(c) { in TensorListGather() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go21655 func TensorListGather(scope *Scope, input_handle tf.Output, indices tf.Output, element_shape tf.Out… func