Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile_test.cc51 {StatType::kDataType, int64{1}}, in TEST()
67 {StatType::kDataType, int64{0}}, in TEST()
82 {StatType::kDataType, int64{9}}, in TEST()
Dxplane_to_memory_profile.cc149 case StatType::kDataType: in GenerateMemoryProfile()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dmangling_util.h28 enum class MangledKind { kUnknown, kDataType, kTensorShape, kTensor }; enumerator
Dmangling_util.cc53 return MangledKind::kDataType; in GetMangledKind()
Dexport_utils.cc146 case mangling_util::MangledKind::kDataType: { in ConvertAttribute()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.h149 kDataType, enumerator
Dxplane_schema.cc159 {"data_type", kDataType}, in GetStatTypeMap()