Searched refs:shape_symbol (Results 1 – 4 of 4) sorted by relevance
296 for (const auto& shape_symbol : shape_symbols.value()) { in PrintMaps() local297 if (shape_symbol.is_static()) { in PrintMaps()298 ss << shape_symbol.static_size() << ", "; in PrintMaps()
799 auto shape_symbol = input_shape_value.value()[idx]; in ProcessShapeForConcatNode() local800 if (shape_symbol.is_static()) { in ProcessShapeForConcatNode()801 size_total += shape_symbol.static_size(); in ProcessShapeForConcatNode()821 auto shape_symbol = input_shape_value.value()[idx]; in ProcessShapeForConcatNode() local822 if (shape_symbol.is_static()) { in ProcessShapeForConcatNode()824 shape_symbol.static_size())); in ProcessShapeForConcatNode()
309 bool shape_symbol = false; in parseRefinedTensor() local314 shape_symbol = true; in parseRefinedTensor()325 if (shape_symbol) { in parseRefinedTensor()
455 auto shape_symbol = *maybe_shape_symbol; in substituteSymbolicProperties() local458 use.user->output(), shape_symbol.value()); in substituteSymbolicProperties()460 int64_t symbolic_index = shape_symbol.value(); in substituteSymbolicProperties()