Home
last modified time | relevance | path

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

12345678

/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()
Dunsorted_segment_test.h43 BuildInterpreter({GetShape(data_id_), GetShape(segment_ids_id_), in UnsortedSegmentModel()
60 BuildInterpreter({GetShape(data_id_), GetShape(segment_ids_id_), in UnsortedSegmentModel()
Dlsh_projection_test.cc47 BuildInterpreter({hash_shape, input_shape, weight_shape}); in LSHProjectionOpModel()
49 BuildInterpreter({hash_shape, input_shape}); in LSHProjectionOpModel()
Dreduce_test_common.h86 BuildInterpreter({GetShape(input_)}); in BaseConstOpModel()
105 BuildInterpreter({GetShape(input_)}); in BaseDynamicOpModel()
Drandom_uniform_test.cc66 BuildInterpreter({GetShape(input_)}); in RandomUniformOpModel()
95 BuildInterpreter({GetShape(input_)}); in RandomUniformIntOpModel()
Ddequantize_test.cc61 BuildInterpreter({GetShape(input_)}); in DequantizeOpModel()
141 BuildInterpreter({GetShape(input_)}); in DequantizePerChannelOpModel()
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()
Dsplit_test.cc55 BuildInterpreter({GetShape(axis_), GetShape(input_)}); in SplitOpModel()
57 BuildInterpreter({{}, GetShape(input_)}); in SplitOpModel()
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()
Dsplit_v_test.cc61 BuildInterpreter( in SplitVOpModel()
64 BuildInterpreter({GetShape(input_), GetShape(size_splits_), {}}); in SplitVOpModel()
Dfloor_mod_test_common.h31 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in FloorModModel()
Drandom_uniform_custom_test.cc68 BuildInterpreter({GetShape(input_)}); in RandomUniformOpModel()
98 BuildInterpreter({GetShape(input_)}); in RandomUniformIntOpModel()
Dbatch_to_space_nd_test.cc83 BuildInterpreter({input_shape}); in BatchToSpaceNDOpConstModel()
108 BuildInterpreter({input_shape, {spatial_dims}, {spatial_dims, 2}}); in BatchToSpaceNDOpDynamicModel()
Dquant_basic_lstm_test.cc114 BuildInterpreter({GetShape(input_), GetShape(zero_input_), in QuantizedLSTMOpModel()
118 BuildInterpreter({GetShape(input_), GetShape(prev_output_), in QuantizedLSTMOpModel()
Dwhere_test.cc40 BuildInterpreter({GetShape(input_)}); in BaseWhereOpModel()
65 BuildInterpreter({{}}); in ConstInputWhereOpModel()
Dnon_max_suppression_test.cc92 BuildInterpreter({GetShape(input_boxes_), GetShape(input_scores_), in NonMaxSuppressionV4OpModel()
185 BuildInterpreter( in NonMaxSuppressionV5OpModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
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()
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()
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/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dunsorted_segment_test.h43 BuildInterpreter({GetShape(data_id_), GetShape(segment_ids_id_), in UnsortedSegmentModel()
60 BuildInterpreter({GetShape(data_id_), GetShape(segment_ids_id_), in UnsortedSegmentModel()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Darg_min_max_test.cc54 BuildInterpreter({input_shape_, {1}}); in Build()
70 BuildInterpreter({input_shape_, {1}}); in Build()
Dmin_max_builder_test.cc34 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in MinMaxOpModel()
47 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in MinMaxOpModel()
/external/tensorflow/tensorflow/lite/kernels/gradient/
Dbcast_grad_args_test.cc46 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in BcastGradArgsInt32OpModel()
148 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in BcastGradArgsInt64OpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_device_selection_test.cc58 BuildInterpreter({GetShape(input1_), GetShape(input2_)}, /*num_threads=*/-1, in Init()
278 BuildInterpreter({input_shape, {1}}); in Init()
416 BuildInterpreter({GetShape(input1_), GetShape(input2_), GetShape(input3_)}, in Init()
598 BuildInterpreter({GetShape(input1_), GetShape(input2_)}, /*num_threads=*/-1, in Init()
727 BuildInterpreter({GetShape(input_), GetShape(filter_), GetShape(bias_)},
875 BuildInterpreter({GetShape(input_), GetShape(zero_input_)}); in Init()

12345678