Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dcopy.go22 var input32 = make([]uint32, N) var
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils_test.cc693 Tensor input32(DT_QINT32, TensorShape({input_height, input_width})); in TestQuantizedTensorToFloat() local