Home
last modified time | relevance | path

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

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