Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ mutable_inputs
Method
mutable_inputs
tensorflow/lite/delegates/flex/kernel.cc:193–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
192
const OpInputs& inputs() const { return inputs_; }
193
OpInputs* mutable_inputs() { return &inputs_; }
194
195
const OpOutputs& outputs() const { return outputs_; }
196
OpOutputs* mutable_outputs() { return &outputs_; }
Callers
15
GetDynamicAndStaticSignatureDef
Method · 0.80
TEST
Function · 0.80
main
Function · 0.80
EncodeStringTensorByProtoBuffer
Function · 0.80
EncodeByProtoBuffer
Function · 0.80
AddInputToSignatureDef
Function · 0.80
SetInputNameForKey
Method · 0.80
SetInputDataTypeForKey
Method · 0.80
Init
Function · 0.80
Prepare
Function · 0.80
TEST_F
Function · 0.80
ExtractExtraProperties
Function · 0.80
Calls
no outgoing calls
Tested by
10
TEST
Function · 0.64
main
Function · 0.64
EncodeStringTensorByProtoBuffer
Function · 0.64
EncodeByProtoBuffer
Function · 0.64
SetInputNameForKey
Method · 0.64
SetInputDataTypeForKey
Method · 0.64
TEST_F
Function · 0.64
DescribePoolingOp
Function · 0.64
BuildSignatureDef
Method · 0.64
TEST_F
Function · 0.64