Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hash_table_1 (0.14 sec)

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

    The scalar `default_value` is the value output for keys not present in the
    table. It must also be of the same type as the table values.
      }];
    
      let arguments = (ins
        TFL_ResourceTensor:$hash_table,
        TFL_TensorOf<[I32, TFL_Str, I64]>:$keys,
        TFL_TensorOf<[F32, I32, TFL_Str, I64]>:$default_value
      );
    
      let results = (outs TFL_TensorOf<[F32, I32, TFL_Str, I64]>:$out);
    }
    
    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