Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.h895 TensorListScatter(OpKernelConstruction* c) : OpKernel(c) {} in TensorListScatter() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go51826 func TensorListScatter(scope *Scope, tensor tf.Output, indices tf.Output, element_shape tf.Output) … func