Searched defs:rmgr (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_pod_state.cc | 54 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()
|
D | tpu_configuration_ops.cc | 42 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
|
D | tpu_execute_op.cc | 80 ResourceMgr* rmgr = GetTPUConfigResourceMgr(); in GetComputationCacheEntry() local
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_configuration.cc | 23 static ResourceMgr* const rmgr = new ResourceMgr(); in GetGlobalResourceMgr() local
|
/external/ethtool/ |
D | rxclass.c | 409 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/ |
D | get_compiler_ir.cc | 57 ResourceMgr* rmgr = dev->resource_manager(); in GetCompilerIr() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.h | 415 Status Init(ResourceMgr* rmgr, const NodeDef& ndef) { in Init()
|
D | resource_mgr.cc | 278 Status ContainerInfo::Init(ResourceMgr* rmgr, const NodeDef& ndef, in Init()
|
D | resource_mgr_test.cc | 172 ResourceMgr rmgr; in ComputePolicy() local
|