MCPcopy 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

TESTFunction · 0.80
mainFunction · 0.80
EncodeByProtoBufferFunction · 0.80
AddInputToSignatureDefFunction · 0.80
SetInputNameForKeyMethod · 0.80
InitFunction · 0.80
PrepareFunction · 0.80
TEST_FFunction · 0.80
ExtractExtraPropertiesFunction · 0.80

Calls

no outgoing calls

Tested by 10

TESTFunction · 0.64
mainFunction · 0.64
EncodeByProtoBufferFunction · 0.64
SetInputNameForKeyMethod · 0.64
TEST_FFunction · 0.64
DescribePoolingOpFunction · 0.64
BuildSignatureDefMethod · 0.64
TEST_FFunction · 0.64