Home
last modified time | relevance | path

Searched defs:custom_option (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dcomplex_support_test.cc37 const std::vector<uint8_t> custom_option; in RealOpModel() local
98 const std::vector<uint8_t> custom_option; in ImagOpModel() local
159 const std::vector<uint8_t> custom_option; in ComplexAbsOpModel() local
H A Dtest_util.cc154 const string& name, const std::vector<uint8_t>& custom_option, in SetCustomOp()
432 const string& name, const std::vector<uint8_t>& custom_option, in AddCustomOp()
H A Dirfft2d_test.cc44 const std::vector<uint8_t> custom_option; in Irfft2dOpModel() local
H A Dpooling3d_test.cc51 std::vector<uint8_t> custom_option = CreateCustomOptions( in BasePoolingOpModel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/gradient/
H A Dbcast_grad_args_test.cc43 std::vector<uint8_t> custom_option; in BcastGradArgsInt32OpModel() local
145 std::vector<uint8_t> custom_option; in BcastGradArgsInt64OpModel() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/
H A Ddense_image_warp_test.cc40 std::vector<uint8_t> custom_option; in DenseImageWarpOpModel() local
H A Dmax_pool_with_argmax_test.cc45 std::vector<uint8_t> custom_option = CreateCustomOptions( in MaxpoolingWithArgMaxOpModel() local
H A Dmax_unpooling_2d_test.cc45 std::vector<uint8_t> custom_option; in MaxUnpoolingOpModel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dconverter_gen.cc65 auto *custom_option = dyn_cast<StringInit>(def.getValueInit("customOption")); in GetOperatorOptionName() local
H A Dflatbuffer_export.cc1068 auto custom_option = f->GetBuffer(); in BuildNumericVerifyOperator() local
/aosp_15_r20/external/libcups/cups/
H A Dppd.c1098 ppd_option_t *custom_option; /* Custom option */ in _ppdOpen() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs706 fn custom_option<M>( in custom_option() method