Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h173 const Tensor& allocation_info = ctx->input(0); in Compute() local
174 OP_REQUIRES(ctx, TensorShapeUtils::IsScalar(allocation_info.shape()), in Compute()
179 allocation_proto.ParseFromString(allocation_info.scalar<string>()()), in Compute()
/external/v8/src/heap/
Dspaces.cc2261 Heap* heap, LinearAllocationArea allocation_info) in AllocateChunk() argument
2262 : heap_(heap), allocation_info_(allocation_info) { in AllocateChunk()
Dspaces.h2040 LocalAllocationBuffer(Heap* heap, LinearAllocationArea allocation_info);