Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
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_configuration_ops.cc42 Status GetTpuMeshStateInterface(const ResourceMgr* rmgr, in GetTpuMeshStateInterface()
76 ResourceMgr* rmgr, tpu::TpuCompilationCacheInterface** compilation_cache) { in CreateTpuCompilationCache()
117 ResourceMgr* rmgr = GetTPUConfigResourceMgr(); in Compute() local
191 auto* rmgr = GetTPUConfigResourceMgr(); in Compute() local
239 auto* rmgr = GetTPUConfigResourceMgr(); in Compute() local
255 auto* rmgr = GetTPUConfigResourceMgr(); in Compute() 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.cc57 ResourceMgr* rmgr = dev->resource_manager(); in GetCompilerIr() local
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.h415 Status Init(ResourceMgr* rmgr, const NodeDef& ndef) { in Init()
Dresource_mgr.cc278 Status ContainerInfo::Init(ResourceMgr* rmgr, const NodeDef& ndef, in Init()
Dresource_mgr_test.cc172 ResourceMgr rmgr; in ComputePolicy() local