Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-122.md3 ### CVE Number
6 ### Impact
14 ### Patches
20 ### For more information
24 ### Attribution
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc134 class EmptyTensorList : public OpKernel { class
136 explicit EmptyTensorList(OpKernelConstruction* ctx) : OpKernel(ctx) { in EmptyTensorList() function in tensorflow::EmptyTensorList
/external/tensorflow/tensorflow/go/op/
Dwrappers.go13851 func EmptyTensorList(scope *Scope, element_shape tf.Output, max_num_elements tf.Output, element_dty… func