Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LookupTableRemoveV2 (0.19 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf-hashtables.mlir

      "tf.LookupTableRemoveV2"(%0, %arg0) {device = ""} : (tensor<!tf_type.resource>, tensor<!tf_type.string>) -> ()
      // CHECK-LABEL: no_legalization_on_hashtable_string_to_string
      // CHECK-NEXT:  "tf.HashTableV2"
      // CHECK-NEXT:  "tf.LookupTableRemoveV2"
      func.return
    }
    
    // -----
    
    // Test for case with import op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let results = (outs);
    
      TF_DerivedOperandTypeAttr Tin = TF_DerivedOperandTypeAttr<1>;
      TF_DerivedOperandTypeAttr Tout = TF_DerivedOperandTypeAttr<2>;
    }
    
    def TF_LookupTableRemoveV2Op : TF_Op<"LookupTableRemoveV2", []> {
      let summary = "Removes keys and its associated values from a table.";
    
      let description = [{
    The tensor `keys` must of the same type as the keys of the table. Keys not
    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