Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h164 explicit TensorListGetItem(OpKernelConstruction* c) : OpKernel(c) { in TensorListGetItem() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go15955 func TensorListGetItem(scope *Scope, input_handle tf.Output, index tf.Output, element_shape tf.Outp… func