Home
last modified time | relevance | path

Searched refs:BuildOutput (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor.cc48 BuildOutput<double>(0, 0, values_vec, &tfprof_tensor_pb_); in Build()
60 BuildOutput<int64>(0, 0, values_vec, &tfprof_tensor_pb_); in Build()
67 BuildOutput<string>(0, 0, values_vec, &tfprof_tensor_pb_); in Build()
Dtfprof_tensor.h85 int64 BuildOutput(int64 start, int depth, const std::vector<T>& values, in BuildOutput() function
146 nstart = BuildOutput<T>(nstart, depth + 1, values, dim); in BuildOutput()