Lines Matching refs:supported
89 // assign each signature to a driver. No signature is supported by
499 std::vector<bool> supported(count);
501 supported[i] =
507 cb(ErrorStatus::NONE, supported);
509 std::vector<bool> supported;
510 cb(ErrorStatus::INVALID_ARGUMENT, supported);
517 // NOTE: We verify that all operations in the model are supported.