Home
last modified time | relevance | path

Searched defs:SingleOpModel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h44 class SingleOpModel; // Class for friend declarations. variable
55 friend class SingleOpModel; variable
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_op_consistency.py224 class SingleOpModel(torch.nn.Module): class
/aosp_15_r20/external/executorch/backends/arm/test/quantizer/
H A Dtest_generic_annotater.py16 class SingleOpModel(torch.nn.Module): class
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dtest_util.cc40 SingleOpModel::SingleOpModel(Operation&& operation, in SingleOpModel() function in tflite::gpu::gl::SingleOpModel
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.h178 SingleOpModel() {} in SingleOpModel() function