Home
last modified time | relevance | path

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

/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.cpp297 uint8_t* output_raw = mTfliteInterpreter->typed_tensor<uint8_t>(output); in getOutputError() local
308 float* output_raw = mTfliteInterpreter->typed_tensor<float>(output); in getOutputError() local
/aosp_15_r20/external/trusty/bootloader/test-runner/
Dtest-runner-storage.c38 static struct virtq_raw output_raw; variable
Dtest-runner-comm-port.c59 static struct virtq_raw output_raw; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dembedding_lookup.cc80 char* output_raw = GetTensorData<char>(output); in EvalSimple() local