Home
last modified time | relevance | path

Searched refs:GetShapeFunctionMappings (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/jit/runtime/
Dserialized_shape_function_registry.h10 TORCH_API const OperatorMap<std::string>& GetShapeFunctionMappings();
Dsymbolic_shape_registry.cpp308 auto more_mappings = GetShapeFunctionMappings().getAllKeysAndValues(); in loadModule()
Dserialized_shape_function_registry.cpp3257 const OperatorMap<std::string>& GetShapeFunctionMappings() { in GetShapeFunctionMappings() function