Home
last modified time | relevance | path

Searched defs:kDynamicSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h334 static constexpr int64_t kDynamicSize = -1; variable
/external/llvm-project/mlir/lib/IR/
DBuiltinTypes.cpp193 constexpr int64_t ShapedType::kDynamicSize; member in ShapedType
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc599 constexpr int64_t kDynamicSize = -1; in VerifyConcatenationOpTypes() local