Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LookupTableRemoveV2 (0.17 sec)

  1. 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