Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/passes/
Dsymbolic_shape_analysis.h29 graph_output_to_symbolic_shape_dim_( in ShapeComputeGraphMapping()
35 std::unordered_map<Value*, int64_t> graph_output_to_symbolic_shape_dim_; member
Dsymbolic_shape_runtime_fusion.cpp64 shape_mapping.graph_output_to_symbolic_shape_dim_.find(output); in InsertSymbolicShapesCompute()
66 sym_shape != shape_mapping.graph_output_to_symbolic_shape_dim_.end()); in InsertSymbolicShapesCompute()
/external/pytorch/torch/csrc/jit/python/
Dpython_ir.cpp1151 return g.graph_output_to_symbolic_shape_dim_; in initPythonIRBindings()