Searched refs:update_cache (Results 1 – 4 of 4) sorted by relevance
/external/libcups/backend/ |
D | snmp.c | 137 static void update_cache(snmp_cache_t *device, const char *uri, 731 update_cache(device, uri, NULL, NULL); in probe_device() 746 update_cache(device, uri, NULL, NULL); in probe_device() 753 update_cache(device, uri, NULL, NULL); in probe_device() 1329 update_cache(snmp_cache_t *device, /* I - Device */ in update_cache() function
|
/external/llvm-project/llvm/utils/Reviewing/ |
D | find_interesting_reviews.py | 350 def update_cache(phab): function 665 if args.update_cache: 666 update_cache(phab)
|
/external/tensorflow/tensorflow/python/autograph/impl/ |
D | api.py | 474 def _call_unconverted(f, args, kwargs, options, update_cache=True): argument 476 if update_cache:
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner.cc | 557 auto update_cache = [&](WindowedInputShardReturnValue result) { in ReshardAsWindowedInput() local 763 return update_cache(WindowedInputShardReturnValue{ in ReshardAsWindowedInput() 818 return update_cache(WindowedInputShardReturnValue{ in ReshardAsWindowedInput() 844 auto update_cache = [&](PartitionedHlo resharded) { in Replicate() local 855 return update_cache(Broadcast()); in Replicate() 863 return update_cache(PartitionedHlo(result, base_shape_, state_)); in Replicate()
|