/external/tensorflow/tensorflow/lite/kernels/ |
D | reshape_test_common.h | 91 this->BuildInterpreter({this->GetShape(input_)}); in BuildWithHardcodedShape() 107 this->BuildInterpreter( in BuildWithTensorShape() 127 this->BuildInterpreter({this->GetShape(input_)}); in BuildWithConstantTensorShape()
|
D | complex_support_test.cc | 40 BuildInterpreter({GetShape(input_)}); in RealOpModel() 101 BuildInterpreter({GetShape(input_)}); in ImagOpModel() 162 BuildInterpreter({GetShape(input_)}); in ComplexAbsOpModel()
|
D | lsh_projection_test.cc | 47 BuildInterpreter({hash_shape, input_shape, weight_shape}); in LSHProjectionOpModel() 49 BuildInterpreter({hash_shape, input_shape}); in LSHProjectionOpModel()
|
D | split_v_test.cc | 50 BuildInterpreter( in SplitVOpModel() 53 BuildInterpreter({GetShape(input_), GetShape(size_splits_), {}}); in SplitVOpModel()
|
D | random_uniform_test.cc | 63 BuildInterpreter({GetShape(input_)}); in RandomUniformOpModel() 92 BuildInterpreter({GetShape(input_)}); in RandomUniformIntOpModel()
|
D | where_test.cc | 37 BuildInterpreter({GetShape(input_)}); in BaseWhereOpModel() 62 BuildInterpreter({{}}); in ConstInputWhereOpModel()
|
D | tile_test.cc | 67 BuildInterpreter({input_shape, {static_cast<int>(input_shape.size())}}); in TileOpConstModel() 79 BuildInterpreter({input_shape, {static_cast<int>(input_shape.size())}}); in TileOpDynamicModel()
|
D | pad_test.cc | 90 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()
|
D | reduce_test.cc | 90 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 …]
|
D | split_test.cc | 55 BuildInterpreter({GetShape(axis_), GetShape(input_)}); in SplitOpModel() 57 BuildInterpreter({{}, GetShape(input_)}); in SplitOpModel()
|
D | non_max_suppression_test.cc | 92 BuildInterpreter({GetShape(input_boxes_), GetShape(input_scores_), in NonMaxSuppressionV4OpModel() 185 BuildInterpreter( in NonMaxSuppressionV5OpModel()
|
D | ceil_test.cc | 35 BuildInterpreter({ in CeilOpModel()
|
D | floor_test.cc | 35 BuildInterpreter({ in FloorOpModel()
|
D | round_test.cc | 34 BuildInterpreter({ in RoundOpModel()
|
D | quant_basic_lstm_test.cc | 114 BuildInterpreter({GetShape(input_), GetShape(zero_input_), in QuantizedLSTMOpModel() 118 BuildInterpreter({GetShape(input_), GetShape(prev_output_), in QuantizedLSTMOpModel()
|
D | batch_to_space_nd_test.cc | 83 BuildInterpreter({input_shape}); in BatchToSpaceNDOpConstModel() 108 BuildInterpreter({input_shape, {spatial_dims}, {spatial_dims, 2}}); in BatchToSpaceNDOpDynamicModel()
|
D | conv3d_test.cc | 49 BuildInterpreter({GetShape(input_), GetShape(filter_), GetShape(bias_)}); in Conv3dOpModel() 68 BuildInterpreter({GetShape(input_), GetShape(filter_)}); in Conv3dOpModel()
|
D | fill_test.cc | 55 BuildInterpreter({dims_shape, {}}); in FillOpModel() 88 BuildInterpreter({dims_shape, {}}); in QuantizedFillOpModel()
|
D | batch_matmul_test.cc | 53 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/ |
D | opengl_test.cc | 40 BuildInterpreter(GetModel(model_binary.data()), &tflite_cpu_interpreter)); in TEST_P() 44 BuildInterpreter(GetModel(model_binary.data()), &opengl_interpreter)); in TEST_P()
|
D | opencl_test.cc | 42 BuildInterpreter(GetModel(model_binary.data()), &tflite_cpu_interpreter)); in TEST_P() 46 BuildInterpreter(GetModel(model_binary.data()), &opencl_interpreter)); in TEST_P()
|
D | xnnpack_test.cc | 41 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/ |
D | arg_min_max_test.cc | 52 BuildInterpreter({input_shape_, {1}}); in Build() 68 BuildInterpreter({input_shape_, {1}}); in Build()
|
D | min_max_builder_test.cc | 32 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in MinMaxOpModel() 45 BuildInterpreter({GetShape(input1_), GetShape(input2_)}); in MinMaxOpModel()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | elu_test.cc | 39 BuildInterpreter({GetShape(input_)}); in BaseActivationsOpModel()
|