Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashtable_import (0.15 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_TensorOf<[F32, I32, TFL_Str, I64]>:$default_value
      );
    
      let results = (outs TFL_TensorOf<[F32, I32, TFL_Str, I64]>:$out);
    }
    
    def TFL_HashtableImportOp: TFL_Op<"hashtable_import", []> {
      let summary = [{
    Replaces the contents of the table with the specified keys and values.
      }];
    
      let description = [{
    The tensor `keys` must be of the same type as the keys of the table.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top