Home
last modified time | relevance | path

Searched refs:BuildInterpreter (Results 1 – 25 of 94) sorted by relevance

1234

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc100 BuildInterpreter({GetShape(input1_), GetShape(input2_)}, in FloatAddOpModel()
171 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in FloatMulOpModel()
210 BuildInterpreter({GetShape(input_)}); in FloatPoolingOpModel()
302 BuildInterpreter({GetShape(input_), GetShape(filter_), GetShape(bias_)}); in ConvolutionOpModel()
479 BuildInterpreter({GetShape(input_), GetShape(filter_), GetShape(bias_)}); in DepthwiseConvolutionOpModel()
552 BuildInterpreter({GetShape(input_), GetShape(weights_), GetShape(bias_)}); in FullyConnectedOpModel()
632 BuildInterpreter({{batches_, input_size_}}); in SoftmaxOpModel()
683 BuildInterpreter({input_shape, {static_cast<int>(new_shape.size())}}); in ReshapeOpModel()
716 BuildInterpreter({GetShape(input_)}); in SqueezeOpModel()
771 BuildInterpreter({GetShape(input_)}); in L2NormOpModel()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dreshape_test.cc88 BuildInterpreter({GetShape(input_)}); in BuildWithHardcodedShape()
102 BuildInterpreter({GetShape(input_), GetShape(shape_input_tensor)}); in BuildWithTensorShape()
119 BuildInterpreter({GetShape(input_)}); in BuildWithConstantTensorShape()
Dlsh_projection_test.cc46 BuildInterpreter({hash_shape, input_shape, weight_shape}); in LSHProjectionOpModel()
48 BuildInterpreter({hash_shape, input_shape}); in LSHProjectionOpModel()
Dreduce_test.cc68 BuildInterpreter({GetShape(input_)}); in MeanOpConstModel()
82 BuildInterpreter({GetShape(input_)}); in MeanOpDynamicModel()
97 BuildInterpreter({GetShape(input_)}); in SumOpConstModel()
111 BuildInterpreter({GetShape(input_)}); in SumOpDynamicModel()
126 BuildInterpreter({GetShape(input_)}); in ProdOpConstModel()
140 BuildInterpreter({GetShape(input_)}); in ProdOpDynamicModel()
155 BuildInterpreter({GetShape(input_)}); in MaxOpConstModel()
169 BuildInterpreter({GetShape(input_)}); in MaxOpDynamicModel()
184 BuildInterpreter({GetShape(input_)}); in MinOpConstModel()
198 BuildInterpreter({GetShape(input_)}); in MinOpDynamicModel()
[all …]
Dpad_test.cc86 this->BuildInterpreter({input.shape}); in PadV2OpConstModel()
103 this->BuildInterpreter({input.shape}); in PadV2OpConstModel()
126 BuildInterpreter({input.shape}); in PadOpConstModel()
146 this->BuildInterpreter({input.shape, paddings_shape}); in PadV2OpDynamicModel()
159 this->BuildInterpreter({input.shape, paddings_shape}); in PadV2OpDynamicModel()
182 this->BuildInterpreter({input.shape, paddings_shape}); in PadOpDynamicModel()
Dbatch_to_space_nd_test.cc75 BuildInterpreter({input_shape}); in BatchToSpaceNDOpConstModel()
99 BuildInterpreter({input_shape, {2}, {2, 2}}); in BatchToSpaceNDOpDynamicModel()
Dsplit_test.cc44 BuildInterpreter({GetShape(axis_), GetShape(input_)}); in SplitOpModel()
46 BuildInterpreter({{}, GetShape(input_)}); in SplitOpModel()
Delementwise_test.cc44 BuildInterpreter({input_shape}); in ElementWiseOpFloatModel()
55 BuildInterpreter({input_shape}); in ElementWiseOpBoolModel()
Dactivations_test.cc41 BuildInterpreter({GetShape(input_)}); in BaseActivationsOpModel()
56 BuildInterpreter({GetShape(input_)}); in BaseActivationsOpModel()
64 BuildInterpreter({GetShape(input_)}); in BaseActivationsOpModel()
844 BuildInterpreter({GetShape(input_), GetShape(alpha_)}); in BasePReluOpModel()
948 BuildInterpreter({GetShape(input_)}); in LeakyReluOpModel()
Dsplit_v_test.cc46 BuildInterpreter( in SplitVOpModel()
49 BuildInterpreter({GetShape(input_), GetShape(size_splits_), {}}); in SplitVOpModel()
Dconcatenation_test.cc45 BuildInterpreter(all_input_shapes); in BaseConcatenationOpModel()
79 BuildInterpreter(all_input_shapes); in QuantizedConcatenationOpModel()
Darg_min_max_test.cc59 ArgBaseOpModel<T>::BuildInterpreter({input_shape, {1, 1, 1, 1}}); in ArgMaxOpModel()
74 ArgBaseOpModel<T>::BuildInterpreter({input_shape, {1, 1, 1, 1}}); in ArgMinOpModel()
Dexp_test.cc33 BuildInterpreter({GetShape(input_)}); in ExpOpModel()
Dceil_test.cc33 BuildInterpreter({ in CeilOpModel()
Dfloor_test.cc33 BuildInterpreter({ in FloorOpModel()
Ddequantize_test.cc39 BuildInterpreter({GetShape(input_)}); in DequantizeOpModel()
Dspace_to_batch_nd_test.cc83 BuildInterpreter({input.shape}); in SpaceToBatchNDOpConstModel()
107 BuildInterpreter({input.shape, {2}, {2, 2}}); in SpaceToBatchNDOpDynamicModel()
Dlocal_response_norm_test.cc37 BuildInterpreter({input_shape}); in LocalResponseNormOpModel()
Dneg_test.cc33 BuildInterpreter({GetShape(input_)}); in NegOpModel()
Dzeros_like_test.cc33 BuildInterpreter({GetShape(input_)}); in ZerosLikeOpModel()
Drank_test.cc37 BuildInterpreter({input_shape}); in RankOpModel()
Dmfcc_test.cc56 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in BaseMfccOpModel()
Dexpand_dims_test.cc37 BuildInterpreter({input_shape, {1}}); in ExpandDimsOpModel()
/external/libtextclassifier/utils/tflite/
Ddist_diversification_test.cc64 BuildInterpreter({{matrix_rows, matrix_rows}, {1}, {1}}); in DistanceDiversificationOpModel()
/external/tensorflow/tensorflow/lite/models/smartreply/ops/
Dnormalize_test.cc42 BuildInterpreter({{static_cast<int>(input.size())}}); in NormalizeOpModel()

1234