Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      }
    }
    
    // Traces usage of 'var_handle_op' and replaces it's usage with constant value
    // 'value'.
    // All op operands updates are captured in 'arguments_to_erase'.
    void ReplaceVarWithConstant(
        TF::VarHandleOp var_handle_op, ElementsAttr value,
        llvm::MapVector<Operation*, llvm::SmallVector<unsigned int, 4>>*
            arguments_to_erase) {
      llvm::SmallVector<std::pair<Region*, int>, 4> work_list;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 09:56:53 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top