Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for restoreInsertionPoint (0.23 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        // Using SymbolTable will ensure that the inserted symbol names are
        // unique.
        manager.insert(then_branch_op);
        manager.insert(else_branch_op);
    
        rewriter.restoreInsertionPoint(original_point);
        rewriter.replaceOpWithNewOp<TF::IfOp>(
            op, result_type, if_cond,
            /*input=*/
            ArrayRef<Value>({input_handle, input_shape, size_diff, size}),
            /*then_branch=*/
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top