Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAsyncIdentity (0.23 sec)

  1. tensorflow/compiler/mlir/tfrt/test_opkernels.cc

    #include "tensorflow/core/framework/common_shape_fns.h"
    #include "tensorflow/core/framework/op.h"
    #include "tensorflow/core/framework/op_kernel.h"
    
    namespace tensorflow {
    namespace tf_mlrt {
    
    REGISTER_OP("TestAsyncIdentity")
        .Input("in: T")
        .Output("out: T")
        .Attr(
            "T: {bfloat16, half, float, double, uint8, int8, int16, uint32, int32, "
            "int64, complex64, complex128}")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 12 08:49:52 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top