Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resource_subtype (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

          llvm::SmallVector<int64_t, 4> resource_subtype_shape(
              resource_shape.begin(), resource_shape.end());
          auto resource_subtype =
              GetTypeFromTFTensorShape(resource_subtype_shape, element_type);
          auto resource_type =
              mlir::TF::ResourceType::get({resource_subtype}, builder.getContext());
    
          auto tensor_type = mlir::cast<mlir::TensorType>(mlir_arg.getType());
          if (tensor_type.hasRank()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top