Home
last modified time | relevance | path

Searched defs:output_struct (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/
H A Djwk_set_converter_test.cc413 util::StatusOr<google::protobuf::Struct> output_struct = in SetUp() local
956 util::StatusOr<google::protobuf::Struct> output_struct = local
999 util::StatusOr<google::protobuf::Struct> output_struct = local
/aosp_15_r20/external/libaom/test/
H A Dcnn_test.cc64 CNN_MULTI_OUT output_struct = { num_outputs, output_chs, output_strides, in RunCNNTest() local
2502 CNN_MULTI_OUT output_struct = { num_outputs, output_chs, output_dims, in TEST_F() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcnn.c903 CNN_MULTI_OUT *output_struct) { in av1_cnn_predict_c()