Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.cc437 class TensorListSetItem : public OpKernel { class
439 explicit TensorListSetItem(OpKernelConstruction* c) : OpKernel(c) { in TensorListSetItem() function in tensorflow::TensorListSetItem
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go51900 func TensorListSetItem(scope *Scope, input_handle tf.Output, index tf.Output, item tf.Output) (outp… func