Home
last modified time | relevance | path

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

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