Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dtypes.h135 static constexpr int64_t kDynamicSize = -1; variable
179 static constexpr int64_t kDynamicSize = -1; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc748 constexpr int64_t kDynamicSize = -1; in VerifyConcatenationOpTypes() local