Home
last modified time | relevance | path

Searched refs:target_op_id (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc33 #define CHECK_EXISTS_OR_RETURN(container, target_op_id, operation_id) \ argument
35 auto p = CheckHandleExists(container, target_op_id, operation_id); \
931 absl::flat_hash_map<int64_t, T>& container, int64_t target_op_id, in CheckHandleExists() argument
933 if (container.count(target_op_id) == 0) { in CheckHandleExists()
936 tensorflow::errors::InvalidArgument("Handle ", target_op_id, in CheckHandleExists()