Home
last modified time | relevance | path

Searched defs:all_ops (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Draise_target_subgraphs.cc63 llvm::SetVector<Operation*> all_ops; member
136 void CollectInputs(const llvm::SetVector<Operation*>& all_ops, in CollectInputs()
163 void CollectOutputs(const llvm::SetVector<Operation*>& all_ops, in CollectOutputs()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/
Doperand_to_constant_test.cpp278 const auto all_ops = in TEST() local
/external/deqp-deps/SPIRV-Tools/test/reduce/
Doperand_to_constant_test.cpp278 const auto all_ops = in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Doperand_to_constant_test.cpp278 const auto all_ops = in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmerge_control_flow.cc80 llvm::SmallSetVector<Operation*, 4> all_ops; in GetAllOpsFromIf() local
207 auto all_ops = GetAllOpsFromIf(*(std::next(iter))); in CanAddToIfSegment() local
/external/ComputeLibrary/src/dynamic_fusion/sketch/utils/
DDependencyGraph.h436 std::vector<OperatorId> all_ops() const in all_ops() function
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_context.cc63 std::vector<quantfork::QuantizeRegionOp> all_ops; in GetAllOps() local
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1273 absl::flat_hash_set<string> all_ops(vall_ops.begin(), vall_ops.end()); in FindCompilationCandidates() local
Dmark_for_compilation_pass_test.cc1945 absl::flat_hash_set<string> all_ops(vall_ops.begin(), vall_ops.end()); in TEST() local