Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HASHTABLE_FIND (0.18 sec)

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

        TypeAttr:$key_dtype,
        TypeAttr:$value_dtype
      );
    
      let results = (outs TFL_ResourceTensor:$out);
    
      let hasOptions = 1;
    }
    
    def TFL_HashtableFindOp: TFL_Op<"hashtable_find", []> {
      let summary = "Looks up keys in a table, outputs the corresponding values.";
    
      let description = [{
    The tensor `keys` must 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