Home
last modified time | relevance | path

Searched defs:switch_op (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_tensorflow_switch.cc33 const auto* switch_op = switch_it->get(); in Run() local
/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps.py248 def _process_switch(self, switch_op, ops_which_must_run, argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc127 auto switch_op = ops::Switch(root.WithOpName("switch"), arg_1_op, arg_0_op); in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc438 void Print(SwitchOp switch_op, OpAsmPrinter &p) { in Print()