Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for func_name_base_qaJ8jA8UmGY (0.14 sec)

  1. tensorflow/c/c_api_function_test.cc

      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
    #if (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
      ASSERT_EQ(string("func_name_base_ZpgUD4x8oqk"), fdef.signature().name());
    #else
      ASSERT_EQ(string("func_name_base_qaJ8jA8UmGY"), fdef.signature().name());
    #endif
    }
    
    TEST_F(CApiFunctionTest, GetOpDef) {
      DefineFunction(func_name_, &func_);
      TF_GraphCopyFunction(host_graph_, func_, nullptr, s_);
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (1)
Back to top