/external/tensorflow/tensorflow/lite/kernels/ |
D | exp_test.cc | 45 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon0be089b50111::ExpOpModel
|
D | ceil_test.cc | 41 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon0edf9fe50111::CeilOpModel
|
D | floor_test.cc | 41 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon01cee5aa0111::FloorOpModel
|
D | expand_dims_test.cc | 44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon558ad8b40111::ExpandDimsOpModel
|
D | mfcc_test.cc | 62 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::ops::custom::__anon4d1e9b210111::BaseMfccOpModel
|
D | floor_div_test.cc | 43 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon3da45a8c0111::FloorDivModel
|
D | rank_test.cc | 45 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon7767a8340111::RankOpModel
|
D | shape_test.cc | 47 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon147bd6390111::ShapeOpModel
|
D | logical_test.cc | 41 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anoncefdada30111::LogicalOpModel
|
D | audio_spectrogram_test.cc | 60 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::ops::custom::__anoncd0b29800111::BaseAudioSpectrogramOpModel
|
D | pow_test.cc | 44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anond1e4505e0111::PowOpModel
|
D | squeeze_test.cc | 56 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon9031b06a0111::FloatSqueezeOpModel
|
D | fake_quant_test.cc | 46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anonc3f107870111::FakeQuantOpModel
|
D | space_to_depth_test.cc | 46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anonc4b886ea0111::SpaceToDepthOpModel
|
D | range_test.cc | 44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon0fcb59350111::RangeOpModel
|
D | floor_mod_test.cc | 43 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anond5662e890111::FloorModModel
|
D | sparse_to_dense_test.cc | 55 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon2df84ea60111::SparseToDenseOpModel
|
D | reshape.cc | 101 TfLiteIntArray* GetOutputShape(TfLiteContext* context, TfLiteNode* node) { in GetOutputShape() function
|
D | tile_test.cc | 51 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon413444b60111::TileOpModel
|
D | select_test.cc | 50 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon9c2126080111::SelectOpModel
|
D | batch_to_space_nd_test.cc | 46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon9f6216280111::BatchToSpaceNDOpModel
|
D | transpose_conv_test.cc | 71 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anonbe94865c0111::TransposeConvOpModel
|
D | split_test.cc | 60 std::vector<int> GetOutputShape(int i) { return GetTensorShape(outputs_[i]); } in GetOutputShape() function in tflite::__anon0e1332340111::SplitOpModel
|
D | reverse_sequence_test.cc | 46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon938e961c0111::ReverseSequenceOpModel
|
D | reverse_test.cc | 44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon1eb1d5040111::ReverseOpModel
|