Searched defs:input_ops (Results 1 – 5 of 5) sorted by relevance
455 def _build_error_message(op, input_ops, common_prefix): argument
4451 def _control_dependencies_for_inputs(self, input_ops): argument
284 def get_dependent_variables(input_ops, output_ops): argument
38 from tensorflow.python.training import input as input_ops unknown
405 llvm::DenseSet<Operation*> input_ops; in PreprocessTopoSortGraph() local587 llvm::DenseSet<Operation*> BfsForReachableOps(ArrayRef<Operation*> input_ops) { in BfsForReachableOps()