HomeSort by relevance Sort by last modified time
    Searched refs:run_meta_path (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline_test.cc 47 string run_meta_path = local
51 ReadProtoFile(Env::Default(), run_meta_path, run_meta_pb.get(), true));
tfprof_show_test.cc 53 string run_meta_path = local
57 ReadProtoFile(Env::Default(), run_meta_path, run_meta_pb.get(), true));
tfprof_stats_test.cc 47 string run_meta_path = local
51 ReadProtoFile(Env::Default(), run_meta_path, run_meta_pb.get(), true));
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_model_architecture.md 52 to calculate the statistics. It is suggested to pass in `-run_meta_path` if
command_line.md 30 <b>--run_meta_path:</b> RunMetadata proto file (optional).
86 # --run_meta_path contains the memory and time information.
94 # For profiling eager execution, user can only specify run_meta_path
97 --run_meta_path=run_meta
102 --run_meta_path=run_meta \
108 --run_meta_path=run_meta \
116 --run_meta_path=run_meta \
196 # Requires --graph_path, --run_meta_path.
269 --run_meta_path=/tmp/run_meta
advise.md 29 --run_meta_path=run_metadata \

Completed in 186 milliseconds