Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Tkey (0.03 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Initializes a table from a text file.";
    
      let description = [{
    It inserts one key-value pair into the table for each line of the file.
    The key and value is extracted from the whole line content, elements from the
    split line based on `delimiter` or the line number (starting from zero).
    Where to extract the key and value from a line is specified by `key_index` and
    `value_index`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top