Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InitializeTableFromTextFile (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK: "tf.InitializeTableFromTextFileV2"([[handle]]
      // CHECK-SAME: device = ""
      "tf.InitializeTableFromTextFile"(%handle, %arg0) {device = "", key_index=1, value_index=1, delimiter="\t"} : (tensor<*x!tf_type.stringref>, tensor<!tf_type.string>) -> ()
      func.return
    }
    
    // CHECK-LABEL: @testHashTableAndLookupTableSizeToV2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_ResourceTensor, "", [TF_LookupTableWrite]>:$table_handle,
        TF_VariantTensor:$dataset
      );
    
      let results = (outs);
    }
    
    def TF_InitializeTableFromTextFileOp : TF_Op<"InitializeTableFromTextFile", []> {
      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