Home
last modified time | relevance | path

Searched refs:SyntheticDataTypeMutator (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/graph/mutators/
DSyntheticDataTypeMutator.cpp269 SyntheticDataTypeMutator::SyntheticDataTypeMutator(DataType mutate_type) in SyntheticDataTypeMutator() function in arm_compute::graph::SyntheticDataTypeMutator
274 const char *SyntheticDataTypeMutator::name() in name()
279 IGraphMutator::MutationType SyntheticDataTypeMutator::type() const in type()
284 void SyntheticDataTypeMutator::mutate(Graph &g) in mutate()
/external/ComputeLibrary/arm_compute/graph/mutators/
DSyntheticDataTypeMutator.h35 class SyntheticDataTypeMutator final : public IGraphMutator
39 SyntheticDataTypeMutator(DataType mutate_type = DataType::QASYMM8);
/external/ComputeLibrary/src/graph/
DUtils.cpp86 pm.append(std::make_unique<SyntheticDataTypeMutator>(cfg.synthetic_type)); in create_default_pass_manager()
/external/ComputeLibrary/src/
DCMakeLists.txt56 graph/mutators/SyntheticDataTypeMutator.cpp
DBUILD.bazel55 "graph/mutators/SyntheticDataTypeMutator.cpp",