Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_description.proto21 AllocationDescription allocation_description = 4;
Dtensor_reference.h47 void FillDescription(AllocationDescription* description) const { in FillDescription()
Dallocation_description.proto9 message AllocationDescription { message
Dstep_stats.proto68 repeated AllocationDescription referenced_tensor = 11;
Dtensor.h37 class AllocationDescription; variable
548 AllocationDescription* proto) const = 0;
Dtensor.cc71 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
763 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc93 void FillAllocationDescription(AllocationDescription* arg) const override {} in FillAllocationDescription()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc281 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/c/
Dc_api.cc63 using tensorflow::AllocationDescription;
144 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc188 AllocationDescription* description = in SetReferencedTensors()