Searched refs:MetaModel (Results 1 – 8 of 8) sorted by relevance
65 class MetaModel {72 MetaModel(Model model, bool strictSlicing);88 MetaModel(const MetaModel&) = delete;89 MetaModel& operator=(const MetaModel&) = delete;90 MetaModel(MetaModel&&) = default;91 MetaModel& operator=(MetaModel&&) = default;
94 MetaModel::MetaModel(Model model, bool strictSlicing) in MetaModel() function in android::nn::MetaModel99 MetaModel::ReturnedSlice MetaModel::getSlice(Version version) const { in getSlice()112 return MetaModel::ReturnedSlice(std::make_pair( in getSlice()132 class MetaModel::OrigOperandToSlicedInputOperandIndex {242 void MetaModel::processOperations( in processOperations()337 std::set<uint32_t> MetaModel::getNoncompliantOperations(Version version) const { in getNoncompliantOperations()356 bool MetaModel::Comparison::operator()(Version lhs, Version rhs) const { in operator ()()365 MetaModel::Slice MetaModel::makeSlice(Version version) const { in makeSlice()
143 "MetaModel.cpp",287 "MetaModel.cpp",
43 class MetaModel; variable141 virtual std::vector<bool> getSupportedOperations(const MetaModel& metaModel) const = 0;
121 std::vector<bool> getSupportedOperations(const MetaModel& metaModel) const override;168 GeneralResult<std::vector<bool>> getSupportedOperationsImpl(const MetaModel& metaModel) const;323 const MetaModel& metaModel) const { in getSupportedOperationsImpl()349 std::vector<bool> DriverDevice::getSupportedOperations(const MetaModel& metaModel) const { in getSupportedOperations()875 std::vector<bool> getSupportedOperations(const MetaModel& metaModel) const override;1001 std::vector<bool> CpuDevice::getSupportedOperations(const MetaModel& metaModel) const { in getSupportedOperations()
786 const MetaModel metaModel(canonicalModel, DeviceManager::get()->strictSlicing()); in ANeuralNetworksModel_getSupportedOperationsForDevices()
2526 void initialize(const MetaModel& metaModel, std::shared_ptr<Device> device) { in initialize()2541 const MetaModel metaModel(makeModel(), DeviceManager::get()->strictSlicing()); in findBestDeviceForEachOperation()
805 const MetaModel metaModel(canonicalModel, DeviceManager::get()->strictSlicing()); in ANeuralNetworksModel_getSupportedOperationsForDevices()