Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc394 class TensorListSetItem : public OpKernel { class
396 explicit TensorListSetItem(OpKernelConstruction* c) : OpKernel(c) { in TensorListSetItem() function in tensorflow::TensorListSetItem
/external/tensorflow/tensorflow/go/op/
Dwrappers.go15934 func TensorListSetItem(scope *Scope, input_handle tf.Output, index tf.Output, item tf.Output) (outp… func