Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FakeDeviceName1 (0.13 sec)

  1. tensorflow/c/kernels_test.cc

    // C/C++ boundary are being made.
    TEST(TestKernel, TestRegisterKernelBuilder) {
      const char* node_name = "SomeNodeName";
      const char* op_name = "FooOp";
      const char* device_name = "FakeDeviceName1";
    
      REGISTER_OP(op_name)
          .Input("input1: double")
          .Input("input2: uint8")
          .Output("output1: uint8")
          .Attr("SomeDataTypeAttr: type");
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
Back to top