Searched refs:SyntheticDataTypeMutator (Results 1 – 5 of 5) sorted by relevance
269 SyntheticDataTypeMutator::SyntheticDataTypeMutator(DataType mutate_type) in SyntheticDataTypeMutator() function in arm_compute::graph::SyntheticDataTypeMutator274 const char *SyntheticDataTypeMutator::name() in name()279 IGraphMutator::MutationType SyntheticDataTypeMutator::type() const in type()284 void SyntheticDataTypeMutator::mutate(Graph &g) in mutate()
35 class SyntheticDataTypeMutator final : public IGraphMutator39 SyntheticDataTypeMutator(DataType mutate_type = DataType::QASYMM8);
86 pm.append(std::make_unique<SyntheticDataTypeMutator>(cfg.synthetic_type)); in create_default_pass_manager()
56 graph/mutators/SyntheticDataTypeMutator.cpp
55 "graph/mutators/SyntheticDataTypeMutator.cpp",