Searched refs:tensor_properties (Results 1 – 2 of 2) sorted by relevance
2269 auto tensor_properties = GetOutputProperties(node->name()); in AnnotateOutputShapes() local2270 for (const auto& tensor_property : tensor_properties) { in AnnotateOutputShapes()
918 const auto& tensor_properties = output_params.at(output_port); in ConvertToTensorOrWeights() local919 const DataType dtype = tensor_properties.dtype(); in ConvertToTensorOrWeights()920 const PartialTensorShape shape = tensor_properties.shape(); in ConvertToTensorOrWeights()