Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllResourceTypesHaveSubtypes (0.28 sec)

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

    struct TPUResourceReadsWritesPartitioningPass
        : public impl::TPUResourceReadsWritesPartitioningPassBase<
              TPUResourceReadsWritesPartitioningPass> {
      void runOnOperation() override;
    };
    
    bool AllResourceTypesHaveSubtypes(TypeRange resources) {
      for (Type resource : resources)
        if (!llvm::hasSingleElement(resource.cast<TensorType>()
                                        .getElementType()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top