Home
last modified time | relevance | path

Searched defs:reshape (Results 1 – 25 of 40) sorted by relevance

12

/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_reshape.cc35 auto reshape = std::make_shared<Reshape>(); in TEST_F() local
63 auto reshape = std::make_shared<Reshape>(); in TEST_F() local
/third_party/boost/libs/python/test/numpy/
Dshapes.cpp12 np::ndarray reshape(np::ndarray old_array, p::tuple shape) in reshape() function
Dndarray.cpp32 np::ndarray reshape(np::ndarray arr,p::tuple tup) { return arr.reshape(tup);} in reshape() function
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_pad_adjust.cc72 auto reshape = func_graph->NewCNode(op_inputs); in NewReshapeOpNode() local
94 auto reshape = func_graph->NewCNode(op_inputs); in NewTransposeOpNode() local
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/mem_reuse/
Dmem_reuse_test.py18 reshape = P.Reshape() variable
/third_party/mindspore/tests/st/ops/gpu/
Dtest_reshape_op.py23 def reshape(nptype): function
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterView.mm50 - (void)reshape { method
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dreshape_int8.cc68 auto reshape = reinterpret_cast<ReshapeInt8CPUKernel *>(cdata); in ReshapeInt8Run() local
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/session/
Dsession_test.py22 reshape = P.Reshape() variable
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dreshape_transpose_fusion.cc44 VectorRef reshape({prim_reshape, input_varptr_}); in DefinePattern() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Ddynamic_rnn_grad_fission_v2.cc194 auto reshape = func_graph->NewCNode(reshape_inputs); in AddLSTMInputGradNode() local
261 auto reshape = func_graph->NewCNode(reshape_input); in AddLSTMInputGradNode() local
339 auto reshape = func_graph->NewCNode(reshape_input); in CreateHConcat() local
395 auto reshape = func_graph->NewCNode(reshape_input); in CreateConcatNodeT1() local
474 auto reshape = func_graph->NewCNode(reshape_inputs); in CreateDwReshape() local
Ddynamic_gru_v2_grad_fission.cc140 auto reshape = func_graph->NewCNode(reshape_inputs); in AddTLoopNode() local
251 auto reshape = graph->NewCNode(reshape_input); in CreateHReshape() local
491 auto reshape = CreateHReshape(func_graph, ori_inputs[input_index["init_h"]]); in Process() local
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/ir_fusion/
Dtranspose_reshape_fusion_test.cc50 auto reshape = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm111 {
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_fusion.cc253 void TryMergeConvReshape(LiteKernel *reshape, std::set<LiteKernel *> *removed_set, std::vector<Lite… in TryMergeConvReshape()
279 void TryMergeFcReshape(LiteKernel *reshape, std::set<LiteKernel *> *removed_set, std::vector<LiteKe… in TryMergeFcReshape()
306 LiteKernel *reshape = fc->in_kernels().front(); in TryMergeReshapeFc() local
/third_party/flutter/glfw/examples/
Dgears.c245 void reshape( GLFWwindow* window, int width, int height ) in reshape() function
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm149 -(void)reshape { [[self openGLContext] update]; [self updateAndDrawDem… method
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dmulti_head_attention_fusion.cc37 auto reshape = VectorRef({is_reshape, dense, is_var}); in DefineEmbedding() local
160 auto reshape = VectorRef({is_reshape, transpose, is_param2}); in DefineProcessOutputPattern() local
Dtflite_rel_pos_multi_head_attention_fusion.cc387 auto reshape = VectorRef({is_reshape1, input, is_seq_var1}); in DefineProcessInputPattern() local
432 auto reshape = VectorRef({is_reshape1, transpose, is_seq_var2}); in DefineProcessOutputPattern() local
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dconvert_const_input_test.py23 reshape = P.Reshape() variable
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m440 - (void) initTextures {
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_client.cc431 TensorShape reshape(nodes->shape()); in ParseNodeFeatureFromMemory() local
473 TensorShape reshape(edges->shape()); in ParseEdgeFeatureFromMemory() local
/third_party/mindspore/mindspore/explainer/
D_operators.py204 def reshape(inputs: Tensor, shape: _Shape) -> Tensor: function
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/
Dreshape_test.cc31 ReshapeInfoPtr reshape; variable
/third_party/boost/libs/python/src/numpy/
Dndarray.cpp225 ndarray ndarray::reshape(python::tuple const & shape) const in reshape() function in boost::python::numpy::ndarray

12