Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc215 std::unique_ptr<BatchResource> new_resource(new BatchResource); in Create() local
220 Batcher::Create(batcher_options, &new_resource->batcher_)); in Create()
222 new_resource->batcher_queue_options_.max_batch_size = max_batch_size; in Create()
223 new_resource->batcher_queue_options_.max_enqueued_batches = in Create()
225 new_resource->batcher_queue_options_.batch_timeout_micros = in Create()
228 new_resource->allowed_batch_sizes_ = allowed_batch_sizes; in Create()
230 new_resource->fhandle_ = fhandle; in Create()
232 *resource = std::move(new_resource); in Create()
724 std::unique_ptr<BatchResource> new_resource; in ComputeAsync() local
728 allowed_batch_sizes_, fhandle_, &new_resource)); in ComputeAsync()
[all …]
/external/wayland/tests/
Dcompositor-introspection-test.c141 TEST(new_resource) in TEST() argument
/external/tensorflow/tensorflow/python/saved_model/
Dsave.py217 new_resource = obj._create_resource() # pylint: disable=protected-access
218 resource_map[obj.resource_handle] = new_resource
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc533 IteratorResource* new_resource = new IteratorResource( in Compute() local
540 container_name, unique_name, new_resource)); in Compute()