HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocator (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /external/tensorflow/tensorflow/core/framework/
allocator.cc 128 static Allocator* cpu_alloc = AllocatorRegistry::Global()->GetAllocator();
  /external/tensorflow/tensorflow/core/kernels/
resize_area_op_test.cc 42 Tensor* input = new Tensor(device_->GetAllocator(AllocatorAttributes()),
153 new Tensor(device_->GetAllocator(AllocatorAttributes()),
resize_bilinear_op_test.cc 48 Tensor* input = new Tensor(device_->GetAllocator(AllocatorAttributes()),
119 device_->GetAllocator(AllocatorAttributes()),
191 new Tensor(device_->GetAllocator(AllocatorAttributes()),
resize_bicubic_op_test.cc 42 Tensor* input = new Tensor(device_->GetAllocator(AllocatorAttributes()),
171 device_->GetAllocator(AllocatorAttributes()),
stack_ops.cc 285 Allocator* allocator = device->GetAllocator(alloc_attrs);
294 Allocator* cpu_allocator = device->GetAllocator(host_alloc_attrs);
415 Allocator* gpu_allocator = device->GetAllocator(value.alloc_attrs);
  /art/compiler/optimizing/
induction_var_analysis.cc 233 stack_(graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)),
235 graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)),
236 scc_(graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)),
238 graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)),
241 graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)),
243 graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)) {
399 graph_->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis));
    [all...]
code_generator_x86.cc 408 HParallelMove parallel_move(codegen->GetGraph()->GetAllocator());
    [all...]
code_generator.cc 479 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator();
581 ArenaAllocator* allocator = field_access->GetBlock()->GetGraph()->GetAllocator();
702 LocationSummary* locations = new (cls->GetBlock()->GetGraph()->GetAllocator()) LocationSummary(
778 ArenaAllocator* allocator = graph->GetAllocator();
    [all...]
code_generator_arm_vixl.cc 702 HParallelMove parallel_move(codegen->GetGraph()->GetAllocator());
    [all...]
code_generator_x86_64.cc 423 HParallelMove parallel_move(codegen->GetGraph()->GetAllocator());
    [all...]
instruction_simplifier_mips.cc 75 ArenaAllocator* allocator = graph->GetAllocator();
reference_type_propagation_test.cc 39 propagation_ = new (GetAllocator()) ReferenceTypePropagation(graph_,
select_generator.cc 141 HSelect* select = new (graph_->GetAllocator()) HSelect(if_instruction->InputAt(0),
ssa_builder.cc 296 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetAllocator()) HArrayGet(
573 result = new (graph_->GetAllocator()) HFloatConstant(value);
595 result = new (graph_->GetAllocator()) HDoubleConstant(value);
628 ArenaAllocator* allocator = graph_->GetAllocator();
code_generator_mips64.cc 429 HParallelMove parallel_move(codegen->GetGraph()->GetAllocator());
    [all...]
  /art/libartbase/base/
bit_vector.h 262 Allocator* GetAllocator() const;
  /external/tensorflow/tensorflow/contrib/gdr/
gdr_worker.cc 125 Allocator* alloc = src_dev->GetAllocator(alloc_attrs);
  /external/tensorflow/tensorflow/core/common_runtime/
rendezvous_mgr.cc 103 Allocator* out_allocator = dst_device->GetAllocator(attr);
copy_tensor.cc 255 Allocator* cpu_allocator = src->GetAllocator(host_alloc_attrs);
256 Allocator* out_allocator = dst->GetAllocator(dst_alloc_attr);
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_device.h 214 Allocator* GetAllocator(AllocatorAttributes attr) override;
  /external/tensorflow/tensorflow/core/distributed_runtime/
session_mgr_test.cc 33 Allocator* GetAllocator(AllocatorAttributes attr) override { return nullptr; }
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 141 Allocator& GetAllocator() {
  /external/tensorflow/tensorflow/compiler/jit/
xla_device.cc 202 Allocator* XlaDevice::GetAllocator(AllocatorAttributes attr) {
273 Tensor copy(GetAllocator(alloc_attrs), parsed.dtype(), parsed.shape());
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine.cc 218 auto* allocator = device->GetAllocator(AllocatorAttributes());
406 auto* allocator = device->GetAllocator(AllocatorAttributes());
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 444 return Create(document, document.GetAllocator(), alreadyExist);
539 return GetWithDefault(document, defaultValue, document.GetAllocator());
545 return GetWithDefault(document, defaultValue, document.GetAllocator());
552 return GetWithDefault(document, defaultValue, document.GetAllocator());
563 return GetWithDefault(document, defaultValue, document.GetAllocator());
621 return Create(document).CopyFrom(value, document.GetAllocator());
627 return Create(document) = ValueType(value, document.GetAllocator()).Move();
634 return Create(document) = ValueType(value, document.GetAllocator()).Move();
    [all...]

Completed in 416 milliseconds

1 2 34 5 6 7