HomeSort by relevance Sort by last modified time
    Searched defs:Propagate (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/opt/
propagator_test.cpp 48 bool Propagate(const SSAPropagator::VisitFunction& visit_fn) {
123 EXPECT_TRUE(Propagate(visit_fn));
207 EXPECT_TRUE(Propagate(visit_fn));
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
propagator_test.cpp 48 bool Propagate(const SSAPropagator::VisitFunction& visit_fn) {
123 EXPECT_TRUE(Propagate(visit_fn));
207 EXPECT_TRUE(Propagate(visit_fn));
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.cc 413 // Unlike copies though we also propagate the top-level value.
635 void HloDataflowAnalysis::Propagate() {
702 // If instruction is a root instruction, then propagate out to any calling
788 // would both define a value and propagate a value from its
    [all...]

Completed in 157 milliseconds