HomeSort by relevance Sort by last modified time
    Searched refs:PaddingType (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
types.h 44 static ::tflite::Padding Serialize(PaddingType padding_type);
45 static PaddingType Deserialize(int padding);
types.cc 123 ::tflite::Padding Padding::Serialize(PaddingType padding_type) {
125 case PaddingType::kSame:
127 case PaddingType::kValid:
134 PaddingType Padding::Deserialize(int padding) {
137 return PaddingType::kSame;
139 return PaddingType::kValid;
types_test.cc 155 EXPECT_EQ(::tflite::Padding_SAME, Padding::Serialize(PaddingType::kSame));
156 EXPECT_EQ(PaddingType::kSame, Padding::Deserialize(::tflite::Padding_SAME));
158 EXPECT_EQ(::tflite::Padding_VALID, Padding::Serialize(PaddingType::kValid));
159 EXPECT_EQ(PaddingType::kValid, Padding::Deserialize(::tflite::Padding_VALID));
161 EXPECT_DEATH(Padding::Serialize(static_cast<PaddingType>(10000)),
export_test.cc 38 op->padding.type = PaddingType::kSame;
operator_test.cc 188 op.padding.type = PaddingType::kValid;
220 op.padding.type = PaddingType::kValid;
269 op.padding.type = PaddingType::kValid;
287 op.padding.type = PaddingType::kValid;
302 op.padding.type = PaddingType::kValid;
  /external/tensorflow/tensorflow/core/kernels/
maxpooling_op.h 34 const Eigen::PaddingType& padding) {
47 const Eigen::PaddingType& padding) {}
conv_3d.h 39 const Eigen::PaddingType& padding) {
extract_image_patches_op.h 31 const Eigen::PaddingType& padding,
avgpooling_op.h 32 const Eigen::PaddingType& padding) {
ops_util.cc 27 Eigen::PaddingType BrainPadding2EigenPadding(Padding padding) {
ops_util.h 42 // Converts Brain's Padding to Eigen's PaddingType.
43 Eigen::PaddingType BrainPadding2EigenPadding(Padding padding);
conv_2d.h 58 const Eigen::PaddingType& padding) {
71 const Eigen::PaddingType& padding) {
84 int col_dilation, const Eigen::PaddingType& padding) {
eigen_pooling.h 66 DenseIndex strideCols, const PaddingType padding_type,
183 DenseIndex strideCols, const PaddingType padding_type) {
415 DenseIndex strideCols, const PaddingType padding_type,
533 DenseIndex strideCols, const PaddingType padding_type) {
extract_image_patches_op.cc 143 int rate_rows, int rate_cols, const Eigen::PaddingType& padding, \
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.h 42 const Eigen::PaddingType& padding, const Tensor& side_input,
56 const Eigen::PaddingType& padding, const Tensor& side_input,
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);

Completed in 830 milliseconds

1 2 3