Searched refs:namespace_prefix (Results 1 – 5 of 5) sorted by relevance
332 string namespace_prefix = node.name() + "_eightbit"; in QuantizePlaceholders() local341 min_node.set_name(namespace_prefix + "/min"); in QuantizePlaceholders()350 max_node.set_name(namespace_prefix + "/max"); in QuantizePlaceholders()360 dequantize_node.set_name(namespace_prefix + "/dequantize"); in QuantizePlaceholders()411 string namespace_prefix = fake_quant_node.name() + "_eightbit"; in ConvertFakeQuantsToRequantize() local419 quantize_node.set_name(namespace_prefix + "/quantize"); in ConvertFakeQuantsToRequantize()429 requantize_node.set_name(namespace_prefix + "/requantize"); in ConvertFakeQuantsToRequantize()727 string namespace_prefix = float_node.name() + "_eightbit"; in QuantizeNodes() local739 namespace_prefix + "/" + UniqueNodeNameFromInput(input_name); in QuantizeNodes()
62 string namespace_prefix; member82 namespace_prefix(""), in GeneratorOptions()
194 if (!options.namespace_prefix.empty()) { in GetPath()195 return options.namespace_prefix; in GetPath()2749 namespace_prefix = options[i].second; in ParseFromOptions()
63 def namespace_prefix(self): member in LangGenerator