Home
last modified time | relevance | path

Searched defs:GetOutputShape (Results 1 – 25 of 42) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/
Dexp_test.cc45 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon0be089b50111::ExpOpModel
Dceil_test.cc41 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon0edf9fe50111::CeilOpModel
Dfloor_test.cc41 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon01cee5aa0111::FloorOpModel
Dexpand_dims_test.cc44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon558ad8b40111::ExpandDimsOpModel
Dmfcc_test.cc62 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::ops::custom::__anon4d1e9b210111::BaseMfccOpModel
Dfloor_div_test.cc43 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon3da45a8c0111::FloorDivModel
Drank_test.cc45 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon7767a8340111::RankOpModel
Dshape_test.cc47 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon147bd6390111::ShapeOpModel
Dlogical_test.cc41 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anoncefdada30111::LogicalOpModel
Daudio_spectrogram_test.cc60 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::ops::custom::__anoncd0b29800111::BaseAudioSpectrogramOpModel
Dpow_test.cc44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anond1e4505e0111::PowOpModel
Dsqueeze_test.cc56 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon9031b06a0111::FloatSqueezeOpModel
Dfake_quant_test.cc46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anonc3f107870111::FakeQuantOpModel
Dspace_to_depth_test.cc46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anonc4b886ea0111::SpaceToDepthOpModel
Drange_test.cc44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon0fcb59350111::RangeOpModel
Dfloor_mod_test.cc43 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anond5662e890111::FloorModModel
Dsparse_to_dense_test.cc55 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon2df84ea60111::SparseToDenseOpModel
Dreshape.cc101 TfLiteIntArray* GetOutputShape(TfLiteContext* context, TfLiteNode* node) { in GetOutputShape() function
Dtile_test.cc51 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon413444b60111::TileOpModel
Dselect_test.cc50 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon9c2126080111::SelectOpModel
Dbatch_to_space_nd_test.cc46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon9f6216280111::BatchToSpaceNDOpModel
Dtranspose_conv_test.cc71 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anonbe94865c0111::TransposeConvOpModel
Dsplit_test.cc60 std::vector<int> GetOutputShape(int i) { return GetTensorShape(outputs_[i]); } in GetOutputShape() function in tflite::__anon0e1332340111::SplitOpModel
Dreverse_sequence_test.cc46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon938e961c0111::ReverseSequenceOpModel
Dreverse_test.cc44 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape() function in tflite::__anon1eb1d5040111::ReverseOpModel

12