Home
last modified time | relevance | path

Searched refs:kTensorShape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dmangling_util.h28 enum class MangledKind { kUnknown, kDataType, kTensorShape, kTensor }; enumerator
Dmangling_util.cc55 return MangledKind::kTensorShape; in GetMangledKind()
Dexport_utils.cc152 case mangling_util::MangledKind::kTensorShape: in ConvertAttribute()