Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resource_subtype_shape (0.33 sec)

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

          auto resource_shape = arg_shape.dim_sizes();
          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());
    
    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