Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ mutable_outputs
Method
mutable_outputs
tensorflow/lite/delegates/flex/kernel.cc:196–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
195
const OpOutputs& outputs() const { return outputs_; }
196
OpOutputs* mutable_outputs() { return &outputs_; }
197
198
int NumInputs() const { return inputs_.Size(); }
199
int NumOutputs() const { return outputs_.Size(); }
Callers
15
GetDynamicAndStaticSignatureDef
Method · 0.80
FreezeSignatureDef
Method · 0.80
TEST
Function · 0.80
Tensor2Response
Function · 0.80
AddOutputToSignatureDef
Function · 0.80
SetOutputNameForKey
Method · 0.80
SetOutputDataTypeForKey
Method · 0.80
EraseOutputKey
Method · 0.80
ExecuteFlexOp
Function · 0.80
Init
Function · 0.80
TEST_F
Function · 0.80
PredictFusedConv2DBiasActivation
Method · 0.80
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.64
SetOutputNameForKey
Method · 0.64
SetOutputDataTypeForKey
Method · 0.64
EraseOutputKey
Method · 0.64
TEST_F
Function · 0.64
BuildSignatureDef
Method · 0.64
TEST_F
Function · 0.64