Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_sparse_matrix_resource (0.2 sec)

  1. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_sync.td

      );
    
      let assemblyFormat = "operands attr-dict `:` type($dht)";
    }
    
    // TODO(rohitju): This is Ads specific, need to find an appropriate home for it.
    def SetSparseMatrixResourceOp : FallbackSync_Op<"set_sparse_matrix_resource", [CoreRT_TypedAttributeTrait]> {
      let summary = "Set a Sparse matrix in resource array";
    
      let description = [{
        Set a sparse matrix in resource array.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 07 21:12:01 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top