[go: nahoru, domu]

Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642510657
  • Loading branch information
tensorflower-gardener committed Jun 12, 2024
1 parent c6cf73f commit 743450f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions tensorflow/core/profiler/internal/advisor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,17 @@ tf_cc_test(
name = "tfprof_advisor_test",
srcs = ["tfprof_advisor_test.cc"],
deps = [
":checker",
":tfprof_advisor",
"//tensorflow/core:lib",
"//tensorflow/core:test",
"//tensorflow/core/framework:graph_proto_cc",
"//tensorflow/core/framework:node_def_proto_cc",
"//tensorflow/core/framework:step_stats_proto_cc",
"//tensorflow/core/profiler:protos_all_cc",
"//tensorflow/core/profiler/internal:tfprof_node",
"//tensorflow/core/profiler/internal:tfprof_stats",
"//tensorflow/core/profiler/internal:tfprof_tf_testlib",
"@com_google_absl//absl/strings",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "tensorflow/core/profiler/internal/advisor/internal_checker_runner.h"
#include "tensorflow/core/profiler/tfprof_options.pb.h"
#include "tensorflow/core/profiler/tfprof_output.pb.h"

namespace tensorflow {
namespace tfprof {
Expand Down
12 changes: 10 additions & 2 deletions tensorflow/core/profiler/internal/advisor/tfprof_advisor_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ limitations under the License.
#include <memory>
#include <vector>

#include "tensorflow/core/lib/io/path.h"
#include "tensorflow/core/platform/env.h"
#include "absl/strings/match.h"
#include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/framework/node_def.pb.h"
#include "tensorflow/core/framework/step_stats.pb.h"
#include "tensorflow/core/platform/test.h"
#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/profiler/internal/advisor/checker.h"
#include "tensorflow/core/profiler/internal/tfprof_node.h"
#include "tensorflow/core/profiler/internal/tfprof_stats.h"
#include "tensorflow/core/profiler/tfprof_options.pb.h"
#include "tensorflow/core/profiler/tfprof_output.pb.h"

namespace tensorflow {
namespace tfprof {
Expand Down

0 comments on commit 743450f

Please sign in to comment.