Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/src/
DBatchMatmul.cpp22 namespace batch_matmul_op { namespace
56 NN_DEFINE_VALIDATION_FUNCTION(BATCH_MATMUL, batch_matmul_op::validate);
/packages/modules/NeuralNetworks/common/cpu_operations/
DBatchMatmul.cpp42 namespace batch_matmul_op { namespace
276 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(BATCH_MATMUL, batch_matmul_op::prepare,
277 batch_matmul_op::execute);
/packages/modules/NeuralNetworks/common/types/operations/include/
DBatchMatmul.h22 namespace android::nn::batch_matmul_op {