Home
last modified time | relevance | path

Searched refs:TFProfTensor (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor.cc20 void TFProfTensor::Display(string* formatted_str, in Display()
35 void TFProfTensor::Build() { in Build()
Dtfprof_tensor.h36 class TFProfTensor {
38 explicit TFProfTensor(std::unique_ptr<Tensor> tensor) in TFProfTensor() function
Dtfprof_show_multi.h56 std::unique_ptr<TFProfTensor>* tensor);
Dtfprof_show.cc54 std::unique_ptr<TFProfTensor>* tensor) { in LookUpCheckPoint()
66 tensor->reset(new TFProfTensor(std::move(out_tensor))); in LookUpCheckPoint()
Dtfprof_show.h55 std::unique_ptr<TFProfTensor>* tensor);
Dtfprof_scope.cc179 std::unique_ptr<TFProfTensor> tfprof_tensor; in PrintScope()
Dtfprof_graph.cc196 std::unique_ptr<TFProfTensor> tfprof_tensor; in PrintGraph()