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

Method device

tensorflow/core/common_runtime/function.cc:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278Env* FunctionLibraryRuntimeOverlay::env() { return base_flr_->env(); }
279
280Device* FunctionLibraryRuntimeOverlay::device() { return base_flr_->device(); }
281
282const Device* FunctionLibraryRuntimeOverlay::device() const {
283 return base_flr_->device();

Callers 15

opt_variableFunction · 0.45
_clone_optimizerFunction · 0.45
_specialize_modelMethod · 0.45
fitMethod · 0.45
do_periodic_resample_opFunction · 0.45
variableFunction · 0.45

Calls

no outgoing calls