Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DebugIdentityV2 (0.18 sec)

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

        static bool isCompatibleReturnTypes(TypeRange inferred, TypeRange actual) {
          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_DebugIdentityV2Op : TF_Op<"DebugIdentityV2", []> {
      let summary = "Debug Identity V2 Op.";
    
      let description = [{
    Provides an identity mapping from input to output, while writing the content of
    the input tensor by calling DebugEventsWriter.
    
    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