MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / InvalidArgumentError

Function InvalidArgumentError

tensorflow/lite/delegates/gpu/common/status.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89inline Status InvalidArgumentError(const std::string& message) {
90 return Status(StatusCode::kInvalidArgument, message);
91}
92
93inline Status NotFoundError(const std::string& message) {
94 return Status(StatusCode::kNotFound, message);

Callers 15

CreateVectorCopyDataFunction · 0.70
SetAllDimensions<Scalar>Function · 0.70
SetAllDimensions<Linear>Function · 0.70
SetAllDimensions<HWC>Function · 0.70
SetAllDimensions<HW>Function · 0.70
SetAllDimensions<OHWI>Function · 0.70
SetAllDimensions<IHWO>Function · 0.70
SetAllDimensions<BHWC>Function · 0.70
AddOutputMethod · 0.70
CheckKernelsFunction · 0.70
CheckStridesFunction · 0.70

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected