Home
last modified time | relevance | path

Searched defs:IsReshape (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnn/optimizations/
DPermuteAsReshape.hpp39 static bool IsReshape(const PermuteLayer& layer) in IsReshape() function in armnn::optimizations::PermuteAsReshapeImpl
DTransposeAsReshape.hpp39 static bool IsReshape(const TransposeLayer& layer) in IsReshape() function in armnn::optimizations::TransposeAsReshapeImpl
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc486 bool IsReshape(const NodeDef& node) { return (node.op() == "Reshape"); } in IsReshape() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc712 bool TFGraphDialect::IsReshape(TFOp op) const { in IsReshape() function in mlir::tfg::TFGraphDialect