Home
last modified time | relevance | path

Searched defs:kSame (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dpadding.h34 kSame, enumerator
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dconv.h17 inline std::string padding_unwrap(enumtype::kSame) { in padding_unwrap()
/aosp_15_r20/external/skia/bench/
H A DSortBench.cpp57 kRand, kRandN, kFore, kBack, kSame enumerator
/aosp_15_r20/external/pdfium/core/fxge/skia/
H A Dfx_skia_device_embeddertest.cpp44 enum class Clip { kNo, kSame, kDifferentPath, kDifferentMatrix }; enumerator
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h34 enum class PaddingType : uint8_t { kNone, kSame, kValid }; enumerator