Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for arg_data_type_and_updated_output_index (0.44 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/resource_op_lifting.cc

    // stores around it. arg_data_type_and_updated_output_index maps an operand (to
    // be changed) index to its data type and the updated value index in the output
    // (-1 means not updated.)
    void AddLoadsStoresOutsideControlFlowOp(
        Operation* caller,
        const llvm::SmallDenseMap<int64_t, std::pair<Type, int64_t>>&
            arg_data_type_and_updated_output_index) {
      OpBuilder builder(caller);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top