Home
last modified time | relevance | path

Searched defs:QuantizeV2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-138.md3 ### CVE Number
6 ### Impact
34 ### Patches
42 ### For more information
48 ### Attribution
H A Dtfsa-2021-184.md3 ### CVE Number
6 ### Impact
47 ### Patches
52 ### For more information
55 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantize_op_test.cc37 TEST_F(QuantizedOpTest, QuantizeV2) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go32198 func QuantizeV2(scope *Scope, input tf.Output, min_range tf.Output, max_range tf.Output, T tf.DataT… func