Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Stack (0.15 sec)

  1. tensorflow/c/c_api_function_test.cc

      EXPECT_EQ(func_stack_traces->size(), 4);
      EXPECT_EQ(func_stack_traces->at("neg")->ToString({}), kNegStackToString);
      EXPECT_EQ(func_stack_traces->at("feed")->ToString({}), kFeedStackToString);
    
      // Verify that stack traces of grad_func is copied to graph function library.
      ASSERT_NE(grad_stack_traces, nullptr);
      EXPECT_EQ(grad_stack_traces->size(), 4);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
  2. tensorflow/BUILD

            "//tensorflow/core/profiler/lib:traceme",
            "//tensorflow/core/profiler/rpc/client:profiler_client_impl",
            "//tensorflow/core/profiler/rpc:profiler_server_impl",
            "//tensorflow/core/util:managed_stack_trace",
            "//tensorflow/core:all_kernels",
            "//tensorflow/core:core_cpu",
            "//tensorflow/core:direct_session",
            "//tensorflow/core:framework_internal",
            "//tensorflow/core:graph",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (6)
Back to top