Searched refs:kStrongShape (Results 1 – 4 of 4) sorted by relevance
438 return TensorMemoryType::kStrongShape; in GetTensorMemoryType()549 return GetTensorMemoryType(id) == TensorMemoryType::kStrongShape; in AllocateMemoryForStrongShapes()571 if (GetTensorMemoryType(tensor_id) != TensorMemoryType::kStrongShape) { in AllocateMemoryForStrongShapes()
122 kStrongShape, enumerator
481 return TensorMemoryType::kStrongShape; in GetTensorMemoryType()579 return GetTensorMemoryType(id) == TensorMemoryType::kStrongShape; in AllocateMemoryForStrongShapes()599 if (GetTensorMemoryType(t.first) != TensorMemoryType::kStrongShape) { in AllocateMemoryForStrongShapes()
105 enum class TensorMemoryType { kStrongShape, kBuffer, kVariable, kConst }; enumerator