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

Method begin

tensorflow/compiler/tf2tensorrt/utils/trt_lru_cache.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 value_type& at(const key_type& key) { return Touch(key); }
62
63 const_iterator begin() const { return objects_.begin(); }
64 const_iterator end() const { return objects_.end(); }
65
66 iterator begin() { return objects_.begin(); }

Callers 15

CopySubgraphFunction · 0.45
FunctionalizeLoopFunction · 0.45
BuildComputationFunction · 0.45
CompileFunctionMethod · 0.45
CompileGraphMethod · 0.45
MakeLayoutFunction · 0.45
PrintSupportedOpsFunction · 0.45
SupportedOpsMainFunction · 0.45
operator()Method · 0.45
ExtractBodiesMethod · 0.45
BuildIfNodeMethod · 0.45
AddOutputEdgesMethod · 0.45

Calls

no outgoing calls

Tested by 10

RandomDimsMethod · 0.36
BroadcastableDimsMethod · 0.36
AsInt32sMethod · 0.36
AsIntTensorFunction · 0.36
TEST_FFunction · 0.36
AddSimpleInputMethod · 0.36
CastTestVectorFunction · 0.36
TEST_FFunction · 0.36
TestConvertGatherFunction · 0.36
TestConvertResizeFunction · 0.36