Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc321 class TensorListLength : public OpKernel { class
323 explicit TensorListLength(OpKernelConstruction* c) : OpKernel(c) {} in TensorListLength() function in tensorflow::TensorListLength
/external/tensorflow/tensorflow/go/op/
Dwrappers.go27441 func TensorListLength(scope *Scope, input_handle tf.Output) (length tf.Output) { func