Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/lite/kernels/
Dreshape_test_common.h91 this->BuildInterpreter({this->GetShape(input_)}); in BuildWithHardcodedShape()
107 this->BuildInterpreter( in BuildWithTensorShape()
127 this->BuildInterpreter({this->GetShape(input_)}); in BuildWithConstantTensorShape()
Dcomplex_support_test.cc40 BuildInterpreter({GetShape(input_)}); in RealOpModel()
101 BuildInterpreter({GetShape(input_)}); in ImagOpModel()
162 BuildInterpreter({GetShape(input_)}); in ComplexAbsOpModel()
Dlsh_projection_test.cc47 BuildInterpreter({hash_shape, input_shape, weight_shape}); in LSHProjectionOpModel()
49 BuildInterpreter({hash_shape, input_shape}); in LSHProjectionOpModel()
Dsplit_v_test.cc50 BuildInterpreter( in SplitVOpModel()
53 BuildInterpreter({GetShape(input_), GetShape(size_splits_), {}}); in SplitVOpModel()
Drandom_uniform_test.cc63 BuildInterpreter({GetShape(input_)}); in RandomUniformOpModel()
92 BuildInterpreter({GetShape(input_)}); in RandomUniformIntOpModel()
Dwhere_test.cc37 BuildInterpreter({GetShape(input_)}); in BaseWhereOpModel()
62 BuildInterpreter({{}}); in ConstInputWhereOpModel()
Dtile_test.cc67 BuildInterpreter({input_shape, {static_cast<int>(input_shape.size())}}); in TileOpConstModel()
79 BuildInterpreter({input_shape, {static_cast<int>(input_shape.size())}}); in TileOpDynamicModel()
Dpad_test.cc90 this->BuildInterpreter({input.shape}); in PadV2OpConstModel()
107 this->BuildInterpreter({input.shape}); in PadV2OpConstModel()
130 BuildInterpreter({input.shape}); in PadOpConstModel()
150 this->BuildInterpreter({input.shape, paddings_shape}); in PadV2OpDynamicModel()
163 this->BuildInterpreter({input.shape, paddings_shape}); in PadV2OpDynamicModel()
186 this->BuildInterpreter({input.shape, paddings_shape}); in PadOpDynamicModel()
Dreduce_test.cc90 BuildInterpreter({GetShape(input_)}); in MeanOpConstModel()
104 BuildInterpreter({GetShape(input_)}); in MeanOpDynamicModel()
119 BuildInterpreter({GetShape(input_)}); in SumOpConstModel()
133 BuildInterpreter({GetShape(input_)}); in SumOpDynamicModel()
148 BuildInterpreter({GetShape(input_)}); in ProdOpConstModel()
162 BuildInterpreter({GetShape(input_)}); in ProdOpDynamicModel()
177 BuildInterpreter({GetShape(input_)}); in MaxOpConstModel()
191 BuildInterpreter({GetShape(input_)}); in MaxOpDynamicModel()
206 BuildInterpreter({GetShape(input_)}); in MinOpConstModel()
220 BuildInterpreter({GetShape(input_)}); in MinOpDynamicModel()
[all …]
Dsplit_test.cc55 BuildInterpreter({GetShape(axis_), GetShape(input_)}); in SplitOpModel()
57 BuildInterpreter({{}, GetShape(input_)}); in SplitOpModel()
Dnon_max_suppression_test.cc92 BuildInterpreter({GetShape(input_boxes_), GetShape(input_scores_), in NonMaxSuppressionV4OpModel()
185 BuildInterpreter( in NonMaxSuppressionV5OpModel()
Dceil_test.cc35 BuildInterpreter({ in CeilOpModel()
Dfloor_test.cc35 BuildInterpreter({ in FloorOpModel()
Dround_test.cc34 BuildInterpreter({ in RoundOpModel()
Dquant_basic_lstm_test.cc114 BuildInterpreter({GetShape(input_), GetShape(zero_input_), in QuantizedLSTMOpModel()
118 BuildInterpreter({GetShape(input_), GetShape(prev_output_), in QuantizedLSTMOpModel()
Dbatch_to_space_nd_test.cc83 BuildInterpreter({input_shape}); in BatchToSpaceNDOpConstModel()
108 BuildInterpreter({input_shape, {spatial_dims}, {spatial_dims, 2}}); in BatchToSpaceNDOpDynamicModel()
Dconv3d_test.cc49 BuildInterpreter({GetShape(input_), GetShape(filter_), GetShape(bias_)}); in Conv3dOpModel()
68 BuildInterpreter({GetShape(input_), GetShape(filter_)}); in Conv3dOpModel()
Dfill_test.cc55 BuildInterpreter({dims_shape, {}}); in FillOpModel()
88 BuildInterpreter({dims_shape, {}}); in QuantizedFillOpModel()
Dbatch_matmul_test.cc53 BuildInterpreter({GetShape(lhs_id_), GetShape(rhs_id_)}); in BatchMatMulOpModel()
310 BuildInterpreter({GetShape(lhs_id_), GetShape(rhs_id_)}); in ConstRHSBatchMatMulOpModel()
373 BuildInterpreter({GetShape(lhs_id_), GetShape(rhs_id_)});
735 BuildInterpreter({GetShape(lhs_id_), GetShape(rhs_id_)});
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dopengl_test.cc40 BuildInterpreter(GetModel(model_binary.data()), &tflite_cpu_interpreter)); in TEST_P()
44 BuildInterpreter(GetModel(model_binary.data()), &opengl_interpreter)); in TEST_P()
Dopencl_test.cc42 BuildInterpreter(GetModel(model_binary.data()), &tflite_cpu_interpreter)); in TEST_P()
46 BuildInterpreter(GetModel(model_binary.data()), &opencl_interpreter)); in TEST_P()
Dxnnpack_test.cc41 BuildInterpreter(GetModel(model_binary.data()), &tflite_cpu_interpreter)); in TEST_P()
45 BuildInterpreter(GetModel(model_binary.data()), &xnnpack_interpreter)); in TEST_P()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Darg_min_max_test.cc52 BuildInterpreter({input_shape_, {1}}); in Build()
68 BuildInterpreter({input_shape_, {1}}); in Build()
Dmin_max_builder_test.cc32 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in MinMaxOpModel()
45 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in MinMaxOpModel()
/external/tensorflow/tensorflow/lite/micro/kernels/
Delu_test.cc39 BuildInterpreter({GetShape(input_)}); in BaseActivationsOpModel()

1234567