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.cc917 TensorDescription tensor_description; in AllocatedBytes() local
918 FillDescription(&tensor_description); in AllocatedBytes()
919 if (tensor_description.has_allocation_description() && in AllocatedBytes()
920 tensor_description.allocation_description().allocated_bytes() > 0) { in AllocatedBytes()
921 return tensor_description.allocation_description().allocated_bytes(); in AllocatedBytes()
Dlog_memory.proto9 import "tensorflow/core/framework/tensor_description.proto";
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc58 const auto& current = output.tensor_description(); in Validate()
195 (*outputs)[slot] = output.tensor_description(); in ProcessStepStats()
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc358 Bytes(output.tensor_description() in BuildCostModel()
361 output.tensor_description().shape(), in BuildCostModel()
364 output.tensor_description() in BuildCostModel()
/external/tensorflow/tensorflow/contrib/makefile/
Dtf_pb_text_files.txt20 tensorflow/core/framework/tensor_description.pb_text.cc
Dtf_proto_files.txt25 tensorflow/core/framework/tensor_description.proto
Dproto_text_pb_cc_files.txt20 tensorflow/core/framework/tensor_description.pb.cc
Dproto_text_pb_h_files.txt20 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/python/profiler/
Dtfprof_logger.py56 node_stat_dims = node_stat_out.tensor_description.shape.dim
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc185 live->memory_used = output.tensor_description() in InferFromTrace()
Dutils.cc468 const auto size = node_output.tensor_description() in GetStatsStringFromRunMetadata()
Dvirtual_scheduler_test.cc2331 EXPECT_EQ(DT_FLOAT, output.tensor_description().dtype()); in TEST_F()
2332 EXPECT_EQ(2, output.tensor_description().shape().dim().size()); in TEST_F()
2333 for (const auto& dim : output.tensor_description().shape().dim()) { in TEST_F()
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc119 no.tensor_description().allocation_description().requested_bytes(); in MergeFromStats()
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_framework.cmake160 "tensorflow/core/framework/tensor_description.proto"
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc289 tot += no.tensor_description().allocation_description().requested_bytes(); in DetailText()
/external/tensorflow/tensorflow/core/
DBUILD208 "framework/tensor_description.proto",
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py1678 output.tensor_description.allocation_description.ptr)