Home
last modified time | relevance | path

Searched refs:data_matrix (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.h160 data_matrix.data() + row_index * data_matrix.dimension(1), in Row()
161 data_matrix.dimension(1)); in Row()
168 data_matrix.data() + row_index * data_matrix.dimension(1), 1, in RowAsMatrix()
169 data_matrix.dimension(1)); in RowAsMatrix()
172 const TTypes<float>::ConstMatrix data_matrix; member
/external/oss-fuzz/projects/opencv/
Dimdecode_fuzzer.cc7 cv::Mat data_matrix = in LLVMFuzzerTestOneInput() local
10 cv::Mat decoded_matrix = cv::imdecode(data_matrix, CV_LOAD_IMAGE_UNCHANGED); in LLVMFuzzerTestOneInput()
Dimencode_fuzzer.cc22 cv::Mat data_matrix = in LLVMFuzzerTestOneInput() local
26 cv::imencode(".tiff", data_matrix, buffer); in LLVMFuzzerTestOneInput()