Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hong (0.15 sec)

  1. tensorflow/c/c_api_function_test.cc

    }
    
    TEST_F(CApiFunctionTest, Name) {
      DefineFunction("long_func_name", &func_, "Return something",
                     /*append_hash=*/false);
      tensorflow::FunctionDef fdef;
      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
      ASSERT_EQ(string("long_func_name"), fdef.signature().name());
    }
    
    TEST_F(CApiFunctionTest, AppendHash) {
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
Back to top