Home
last modified time | relevance | path

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

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