Home
last modified time | relevance | path

Searched refs:tensor_description (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/contrib/slim/python/slim/
Dmodel_analyzer.py34 def tensor_description(var): function
75 shapes.append(tensor_description(output))
106 print(var.name, tensor_description(var), '[%d, bytes: %d]' %
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc116 output.tensor_description().has_allocation_description()) { in AddMemoryStats()
118 int64 output_bytes = std::max(output.tensor_description() in AddMemoryStats()
121 output.tensor_description() in AddMemoryStats()
125 output.tensor_description().allocation_description().ptr(); in AddMemoryStats()
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto10 import "tensorflow/core/framework/tensor_description.proto";
38 TensorDescription tensor_description = 3; field
Dtensor.cc867 TensorDescription tensor_description; in AllocatedBytes() local
868 FillDescription(&tensor_description); in AllocatedBytes()
869 if (tensor_description.has_allocation_description() && in AllocatedBytes()
870 tensor_description.allocation_description().allocated_bytes() > 0) { in AllocatedBytes()
871 return tensor_description.allocation_description().allocated_bytes(); in AllocatedBytes()
Dlog_memory.proto9 import "tensorflow/core/framework/tensor_description.proto";
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc230 Bytes(output.tensor_description() in BuildCostModel()
233 stats.output(i).tensor_description().shape(), in BuildCostModel()
236 output.tensor_description() in BuildCostModel()
/external/tensorflow/tensorflow/contrib/makefile/
Dtf_pb_text_files.txt14 tensorflow/core/framework/tensor_description.pb_text.cc
Dtf_proto_files.txt26 tensorflow/core/framework/tensor_description.proto
Dproto_text_pb_cc_files.txt21 tensorflow/core/framework/tensor_description.pb.cc
Dproto_text_pb_h_files.txt22 tensorflow/core/framework/tensor_description.pb.h
/external/tensorflow/tensorflow/python/client/
Dtimeline.py453 desc = str(value.tensor_description).replace('"', '')
499 allocation = output.tensor_description.allocation_description
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc62 const auto& current = output.tensor_description(); in Validate()
195 detail->outputs[slot] = output.tensor_description(); in ProcessStepStats()
/external/tensorflow/tensorflow/python/profiler/
Dtfprof_logger.py56 node_stat_dims = node_stat_out.tensor_description.shape.dim
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc177 live->memory_used = output.tensor_description() in InferFromTrace()
Dvirtual_scheduler_test.cc1592 EXPECT_EQ(DT_FLOAT, output.tensor_description().dtype()); in TEST_F()
1593 EXPECT_EQ(2, output.tensor_description().shape().dim().size()); in TEST_F()
1594 for (const auto& dim : output.tensor_description().shape().dim()) { in TEST_F()
Dutils.cc426 const auto size = node_output.tensor_description() in GetStatsStringFromRunMetadata()
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc119 no.tensor_description().allocation_description().requested_bytes(); in MergeFromStats()
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_framework.cmake157 "tensorflow/core/framework/tensor_description.proto"
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc199 tot += no.tensor_description().allocation_description().requested_bytes(); in DetailText()
/external/tensorflow/tensorflow/core/
DBUILD181 "framework/tensor_description.proto",
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py1030 output.tensor_description.allocation_description.ptr)