Searched defs:IsReshape (Results 1 – 4 of 4) sorted by relevance
/external/armnn/src/armnn/optimizations/ | ||
D | PermuteAsReshape.hpp | 39 static bool IsReshape(const PermuteLayer& layer) in IsReshape() function in armnn::optimizations::PermuteAsReshapeImpl |
D | TransposeAsReshape.hpp | 39 static bool IsReshape(const TransposeLayer& layer) in IsReshape() function in armnn::optimizations::TransposeAsReshapeImpl |
/external/tensorflow/tensorflow/core/grappler/ | ||
D | op_types.cc | 486 bool IsReshape(const NodeDef& node) { return (node.op() == "Reshape"); } in IsReshape() function |
/external/tensorflow/tensorflow/core/ir/ | ||
D | tf_op_names.cc | 712 bool TFGraphDialect::IsReshape(TFOp op) const { in IsReshape() function in mlir::tfg::TFGraphDialect |