Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc219 class EmptyTensorList : public OpKernel { class
221 explicit EmptyTensorList(OpKernelConstruction* ctx) : OpKernel(ctx) { in EmptyTensorList() function in tensorflow::EmptyTensorList
/external/tensorflow/tensorflow/go/op/
Dwrappers.go22467 func EmptyTensorList(scope *Scope, element_shape tf.Output, max_num_elements tf.Output, element_dty… func