Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-117.md3 ### CVE Number
6 ### Impact
25 ### Patches
33 ### For more information
39 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.cc318 class TensorListReserve : public OpKernel { class
320 explicit TensorListReserve(OpKernelConstruction* c) : OpKernel(c) { in TensorListReserve() function in tensorflow::TensorListReserve
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go51780 func TensorListReserve(scope *Scope, element_shape tf.Output, num_elements tf.Output, element_dtype… func