Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FindOwningWhileOp (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

          return LogicalResult::failure();
        }
        found_op = op;
        merged_set.insert(found_op);
      }
      return LogicalResult::success();
    }
    
    LogicalResult FindOwningWhileOp(func::FuncOp body_func, ModuleOp module,
                                    TF::WhileOp* while_op) {
      // Given a while loop body function 'body_func', find the tf.While Op that
      // uses it.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

          return LogicalResult::failure();
        }
        found_op = op;
        merged_set.insert(found_op);
      }
      return LogicalResult::success();
    }
    
    LogicalResult FindOwningWhileOp(func::FuncOp body_func, ModuleOp module,
                                    TF::WhileOp& while_op) {
      // Given a while loop body function 'body_func', find the tf.While Op that
      // uses it.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top