Searched refs:BuildOutput (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor.cc | 48 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()
|
D | tfprof_tensor.h | 85 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()
|