Home
last modified time | relevance | path

Searched defs:op_params (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlegacy_reference_ops.h53 tflite::DepthwiseParams op_params; in DepthwiseConv() local
124 tflite::DepthwiseParams op_params; in DepthwiseConv() local
216 tflite::ConvParams op_params; in Conv() local
290 tflite::ConvParams op_params; in Conv() local
384 tflite::ConvParams op_params; in TransposeConv() local
416 tflite::FullyConnectedParams op_params; in FullyConnected() local
468 tflite::FullyConnectedParams op_params; in FullyConnected() local
493 tflite::FullyConnectedParams op_params; in FullyConnected() local
530 tflite::FullyConnectedParams op_params; in ShuffledFullyConnected() local
581 tflite::LstmCellParams op_params; in LstmCell() local
[all …]
H A Dpad.h38 inline void PadImpl(const tflite::PadParams& op_params, in PadImpl()
118 inline void Pad(const tflite::PadParams& op_params, in Pad()
128 inline void Pad(const tflite::PadParams& op_params, in Pad()
139 inline void Pad(const tflite::PadParams& op_params, in Pad()
148 inline void PadImageStyle(const tflite::PadParams& op_params, in PadImageStyle()
157 inline void PadImageStyle(const tflite::PadParams& op_params, in PadImageStyle()
H A Dcomparisons.h58 const ComparisonParams& op_params, const RuntimeShape& input1_shape, in ComparisonImpl()
69 inline void Comparison(const ComparisonParams& op_params, in Comparison()
81 const ComparisonParams& op_params, const RuntimeShape& input1_shape, in ComparisonWithScaling()
132 const ComparisonParams& op_params, in BroadcastComparison4DSlowImpl()
155 inline void BroadcastComparison4DSlow(const ComparisonParams& op_params, in BroadcastComparison4DSlow()
169 const ComparisonParams& op_params, in BroadcastComparison4DSlowWithScaling()
H A Dslice.h26 inline void Slice(const tflite::SliceParams& op_params, in Slice()
62 inline void Slice(const tflite::SliceParams& op_params, in Slice()
70 inline void Slice(const tflite::SliceParams& op_params, in Slice()
H A Dstrided_slice.h30 inline void StridedSlice(const tflite::StridedSliceParams& op_params, in StridedSlice()
97 inline void StridedSlice(const tflite::StridedSliceParams& op_params, in StridedSlice()
108 inline void StridedSlice(const tflite::StridedSliceParams& op_params, in StridedSlice()
H A Ddequantize.h31 inline void Dequantize(const tflite::DequantizationParams& op_params, in Dequantize()
49 const tflite::PerChannelDequantizationParams& op_params, in PerChannelDequantize()
H A Dquantize.h32 inline void AffineQuantize(const tflite::QuantizationParams& op_params, in AffineQuantize()
56 const tflite::PerChannelQuantizationParams& op_params, in PerChannelQuantize()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dresize_bilinear_test.cc33 void TestOneResizeBilinear(const tflite::ResizeBilinearParams& op_params, in TestOneResizeBilinear()
104 const tflite::ResizeBilinearParams op_params = GetParam(); in TEST_P() local
123 const tflite::ResizeBilinearParams op_params = GetParam(); in TEST_P() local
148 const tflite::ResizeBilinearParams op_params = GetParam(); in TEST_P() local
173 const tflite::ResizeBilinearParams op_params = GetParam(); in TEST_P() local
222 tflite::ResizeBilinearParams op_params; in TEST() local
266 tflite::ResizeBilinearParams op_params; in TEST() local
317 tflite::ResizeBilinearParams op_params; in TestResizeBilinearHalfPixelCenters_2x2to4x6() local
386 const tflite::ResizeBilinearParams op_params = GetParam(); in TEST_P() local
410 const tflite::ResizeBilinearParams op_params = GetParam(); in TEST_P() local
H A Dper_channel_dequantize_test.cc40 PerChannelDequantizationParams op_params; in TEST() local
62 PerChannelDequantizationParams op_params; in TEST() local
85 PerChannelDequantizationParams op_params; in TEST() local
109 PerChannelDequantizationParams op_params; in TEST() local
H A Dper_channel_quantize_test.cc38 PerChannelQuantizationParams op_params; in TEST() local
59 PerChannelQuantizationParams op_params; in TEST() local
81 PerChannelQuantizationParams op_params; in TEST() local
105 PerChannelQuantizationParams op_params; in TEST() local
/aosp_15_r20/system/keymaster/tests/
H A Dkeymaster_enforcement_test.cpp597 AuthorizationSet op_params; in TEST_F() local
621 AuthorizationSet op_params; in TEST_F() local
649 AuthorizationSet op_params; in TEST_F() local
673 AuthorizationSet op_params; in TEST_F() local
702 AuthorizationSet op_params; in TEST_F() local
731 AuthorizationSet op_params; in TEST_F() local
758 AuthorizationSet op_params; in TEST_F() local
782 AuthorizationSet op_params; in TEST_F() local
836 AuthorizationSet op_params; in TEST_F() local
861 AuthorizationSet op_params; in TEST_F() local
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DPooling.cpp146 auto op_params = param.toTfliteParam(outputShape); in averagePoolNhwc() local
169 auto op_params = param.toTfliteParam(outputShape); in averagePoolNhwc() local
179 auto op_params = param.toTfliteParam(outputShape); in averagePoolNhwc() local
192 auto op_params = param.toTfliteParam(outputShape); in l2PoolNhwc() local
214 auto op_params = param.toTfliteParam(outputShape); in maxPoolNhwc() local
224 auto op_params = param.toTfliteParam(outputShape); in maxPoolNhwc() local
234 auto op_params = param.toTfliteParam(outputShape); in maxPoolNhwc() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h148 tflite::DepthwiseParams op_params; in DepthwiseConv() local
292 tflite::DepthwiseParams op_params; in DepthwiseConv() local
692 tflite::FullyConnectedParams op_params; in FullyConnected() local
1731 tflite::FullyConnectedParams op_params; in FullyConnected() local
1754 tflite::FullyConnectedParams op_params; in FullyConnected() local
2347 tflite::FullyConnectedParams op_params; in ShuffledFullyConnected() local
2380 tflite::ConvParams op_params; in DilatedIm2col() local
2400 tflite::ConvParams op_params; in Im2col() local
2534 tflite::ConvParams op_params; in Conv() local
2561 tflite::ConvParams op_params; in HybridConv() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddepthwise_conv.cc307 DepthwiseParams op_params; in EvalFloat() local
346 DepthwiseParams op_params; in EvalQuantized() local
387 DepthwiseParams op_params; in EvalQuantizedPerChannel() local
428 DepthwiseParams op_params; in EvalQuantizedPerChannel16x8() local
489 DepthwiseParams op_params; in EvalHybridPerChannel() local
H A Dfully_connected.cc796 FullyConnectedParams op_params; in FullyConnectedInt8() local
826 FullyConnectedParams op_params; in FullyConnectedInt16() local
856 FullyConnectedParams op_params; in FullyConnectedPerChannelInt8() local
891 FullyConnectedParams op_params; in FullyConnectedPerChannelInt16() local
976 FullyConnectedParams op_params; in EvalQuantized() local
1129 FullyConnectedParams op_params; in EvalShuffledQuantized() local
1166 FullyConnectedParams op_params; in EvalFloat() local
1187 FullyConnectedParams op_params; in EvalFloat() local
H A Dactivations.cc1108 SoftmaxParams op_params; in SoftmaxFloat() local
1277 SoftmaxParams op_params; in LogSoftmaxEval() local
1290 const SoftmaxParams& op_params = data->params; in LogSoftmaxEval() local
1304 const SoftmaxParams& op_params = data->params; in LogSoftmaxEval() local
1353 tflite::ArithmeticParams op_params; in PreluEval() local
1388 PreluParams op_params; in PreluEval() local
1410 PreluParams op_params; in PreluEval() local
1443 LeakyReluParams op_params; in QuantizeLeakyRelu() local
1473 LeakyReluParams op_params; in LeakyReluEval() local
H A Dconv.cc687 ConvParams op_params; in EvalQuantized() local
736 ConvParams op_params; in EvalQuantizedPerChannel() local
796 ConvParams op_params; in EvalQuantizedPerChannel16x8() local
898 ConvParams op_params; in EvalFloat() local
1016 ConvParams op_params; in EvalHybridPerChannel() local
1111 ConvParams op_params; in EvalHybrid() local
H A Dstrided_slice.cc73 StridedSliceParams op_params; in BuildStridedSliceParams() local
189 StridedSliceParams op_params = BuildStridedSliceParams(op_context); in ResizeOutputTensor() local
273 StridedSliceParams op_params = BuildStridedSliceParams(&op_context); in Eval() local
H A Dtranspose_conv.cc401 tflite::ConvParams op_params; in EvalFloat() local
445 tflite::ConvParams op_params; in EvalQuantized() local
492 tflite::ConvParams op_params; in EvalQuantizedPerChannel() local
540 tflite::ConvParams op_params; in EvalQuantizedPerChannel16x8() local
H A Dadd.cc236 tflite::ArithmeticParams op_params; in EvalAdd() local
303 tflite::ArithmeticParams op_params; in EvalAddQuantized() local
367 tflite::ArithmeticParams op_params; in EvalAddQuantized() local
H A Dsub.cc96 OpData* op_params) { in PrepareGeneralSubOp()
308 tflite::ArithmeticParams op_params; in EvalSubImpl() local
372 tflite::ArithmeticParams op_params; in EvalQuantized() local
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dcmd_processing.rs1430 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_test() localVariable
1454 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_test() localVariable
1757 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_cbcs_test() localVariable
1808 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_cbcs_test() localVariable
1856 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in check_cbcs_wrong_key_types() localVariable
1882 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in check_cbcs_wrong_key_types() localVariable
1916 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_all_encrypted_cbcs_test() localVariable
1948 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_all_encrypted_cbcs_test() localVariable
1981 let op_params = OperationParameters::SymmetricCrypto(sym_op_params); in aes_simple_all_encrypted_cbcs_test() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder_helper.h86 PerChannelDequantizationParams op_params; in DequantizeConstantTensor() local
94 DequantizationParams op_params; in DequantizeConstantTensor() local
/aosp_15_r20/external/libaom/av1/common/
H A Dtiming.c73 void av1_set_dec_model_op_parameters(aom_dec_model_op_parameters_t *op_params) { in av1_set_dec_model_op_parameters()
83 aom_dec_model_op_parameters_t *op_params) { in av1_set_resource_availability_parameters()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dquantization_util.cc37 DequantizationParams op_params; in DequantizeInt8() local
49 PerChannelDequantizationParams op_params; in PerChannelDequantizeInt8() local

1234