Searched refs:tensor_properties (Results 1 – 2 of 2) sorted by relevance
2733 auto tensor_properties = GetOutputProperties(node->name()); in AnnotateOutputShapes() local2734 for (const auto& tensor_property : tensor_properties) { in AnnotateOutputShapes()
1171 const auto& tensor_properties = output_params.at(output_port); in ConvertToTensorOrWeights() local1172 const DataType dtype = tensor_properties.dtype(); in ConvertToTensorOrWeights()1173 const PartialTensorShape shape = tensor_properties.shape(); in ConvertToTensorOrWeights()