Home
last modified time | relevance | path

Searched defs:rmgr (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_configuration_ops.cc43 Status GetTpuMeshStateInterface(const ResourceMgr* rmgr, in GetTpuMeshStateInterface()
54 Status CreateTpuFingerprintLookup(ResourceMgr* rmgr) { in CreateTpuFingerprintLookup()
91 ResourceMgr* rmgr, tpu::TpuCompilationCacheInterface** compilation_cache) { in CreateTpuCompilationCache()
132 ResourceMgr* rmgr = GetTPUConfigResourceMgr(); in Compute() local
207 auto* rmgr = GetTPUConfigResourceMgr(); in Compute() local
255 auto* rmgr = GetTPUConfigResourceMgr(); in Compute() local
271 auto* rmgr = GetTPUConfigResourceMgr(); in Compute() local
Dtpu_pod_state.cc54 ConstructCacheService(ResourceMgr* rmgr, int serving_port, in ConstructCacheService()
121 Status GetTPUPodState(const ResourceMgr* rmgr, TpuPodState** pod_state) { in GetTPUPodState()
134 bool HasTPUPodState(const ResourceMgr* rmgr) { in HasTPUPodState()
146 ResourceMgr* rmgr, const std::vector<int32_t>& num_devices_per_host, in ConstructTpuPodState()
Dtpu_reshard_variables_op_util.cc85 auto* rmgr = GetTPUConfigResourceMgr(); in GetComputationCacheEntry() local
Dtpu_execute_op.cc80 ResourceMgr* rmgr = GetTPUConfigResourceMgr(); in GetComputationCacheEntry() local
/external/tensorflow/tensorflow/core/tpu/
Dtpu_configuration.cc23 static ResourceMgr* const rmgr = new ResourceMgr(); in GetGlobalResourceMgr() local
/external/ethtool/
Drxclass.c409 static int rmgr_ins(struct rmgr_ctrl *rmgr, __u32 loc) in rmgr_ins()
423 static int rmgr_find_empty_slot(struct rmgr_ctrl *rmgr, in rmgr_find_empty_slot()
481 static int rmgr_init(struct cmd_context *ctx, struct rmgr_ctrl *rmgr) in rmgr_init()
544 static void rmgr_cleanup(struct rmgr_ctrl *rmgr) in rmgr_cleanup()
554 struct rmgr_ctrl rmgr; in rmgr_set_location() local
/external/tensorflow/tensorflow/compiler/jit/
Dget_compiler_ir.cc83 ResourceMgr* rmgr = dev->resource_manager(); in GetCompilerIr() local
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.h420 Status Init(ResourceMgr* rmgr, const NodeDef& ndef) { in Init()
Dresource_mgr.cc290 Status ContainerInfo::Init(ResourceMgr* rmgr, const NodeDef& ndef, in Init()
Dresource_mgr_test.cc183 ResourceMgr rmgr; in ComputePolicy() local