Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_reference.h47 void FillDescription(AllocationDescription* description) const { in FillDescription()
Dtensor_description.proto21 AllocationDescription allocation_description = 4;
Dallocation_description.proto10 message AllocationDescription { message
Dstep_stats.proto68 repeated AllocationDescription referenced_tensor = 11;
Dtensor.h40 class AllocationDescription; variable
696 AllocationDescription* proto) const = 0;
926 void FillAllocationDescription(AllocationDescription* proto) const final;
Dtensor.cc76 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
765 AllocationDescription* proto) const { in FillAllocationDescription()
791 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map.cc33 tensorflow::AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h217 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc91 void FillAllocationDescription(AllocationDescription* arg) const override {} in FillAllocationDescription()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc318 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc165 AllocationDescription* description = stats_->add_referenced_tensor(); in SetReferencedTensors()
/external/tensorflow/tensorflow/c/
Dc_api.cc73 using tensorflow::AllocationDescription;
162 void FillAllocationDescription(AllocationDescription* proto) const override { in FillAllocationDescription()