|
typedef std::vector< std::vector< Tensor > > | TensorMatrix |
|
|
size_t | size () const override |
|
|
static std::string | Name () |
|
|
uint64_t | enqueue_time_micros |
|
RunOptions | run_options |
|
size_t | zeroth_dim_size |
|
const std::vector< std::pair< string, Tensor > > * | inputs |
|
const std::vector< string > * | output_tensor_names |
|
Notification * | done |
|
Status * | status |
|
std::vector< Tensor > * | outputs |
|
RunMetadata * | run_metadata |
|
absl::optional< thread::ThreadPoolOptions > | thread_pool_options |
|
bool | is_partial = false |
|
std::unique_ptr< std::vector< std::pair< string, Tensor > > > | owned_split_inputs |
|
int | split_index = 0 |
|
std::function< void()> | done_callback |
|
std::shared_ptr< TensorMatrix > | shared_outputs |
|
std::shared_ptr< ThreadSafeStatus > | thread_safe_status |
|
std::shared_ptr< std::vector< RunMetadata > > | split_run_metadatas |
|
Definition at line 167 of file batching_session.h.
The documentation for this struct was generated from the following file: