Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TPUCopyWithDynamicShapeOp (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // partitioned resource variables.
    std::unique_ptr<OperationPass<func::FuncOp>>
    CreateTPUResourceReadsWritesPartitioningPass();
    
    // Creates a pass that looks for usage of the result of
    // TPUCopyWithDynamicShapeOp and annotate these values to be dynamic shape. This
    // ensures that the generated tpu program has the correct inputs annotation.
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateTPUAnnotateDynamicShapeInputsPass();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
Back to top