Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InitializeTableFromTextFileV2 (0.36 sec)

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

        DefaultValuedOptionalAttr<I64Attr, "0">:$offset
      );
    
      let results = (outs);
    }
    
    def TF_InitializeTableFromTextFileV2Op : TF_Op<"InitializeTableFromTextFileV2", []> {
      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.
    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