Searched refs:kXPlanePb (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_profile_response.cc | 53 const absl::string_view kXPlanePb = "xplane.pb"; variable 78 if (tools.contains(kXPlanePb)) { in ConvertXSpaceToProfileResponse() 79 AddToolData(kXPlanePb, xspace, response); in ConvertXSpaceToProfileResponse()
|
D | xplane_to_op_stats_test.cc | 40 static constexpr char kXPlanePb[] = "xplane.pb"; variable 220 std::string xspace_name = absl::StrCat(hostname, ".", kXPlanePb); in BuildAndStoreXSpaceForTest() 241 io::JoinPath(test_dir, absl::StrCat(kHost1, ".", kXPlanePb))); in TEST() 243 io::JoinPath(test_dir, absl::StrCat(kHost2, ".", kXPlanePb))); in TEST()
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | remote_profiler_session_manager_test.cc | 47 const absl::string_view kXPlanePb = "xplane.pb"; in PopulateProfileRequest() local 57 request.add_tools(kXPlanePb.data(), kXPlanePb.size()); in PopulateProfileRequest()
|
D | capture_profile.cc | 46 const absl::string_view kXPlanePb = "xplane.pb"; variable 80 request.add_tools(kXPlanePb.data(), kXPlanePb.size()); in PopulateProfileRequest()
|
/external/tensorflow/tensorflow/core/profiler/rpc/ |
D | profiler_service_impl.cc | 42 const absl::string_view kXPlanePb = "xplane.pb"; variable 62 std::string file_name = absl::StrCat(request.host_name(), ".", kXPlanePb); in CollectDataToRepository()
|