| /third_party/mindspore/tests/ut/cpp/ops/ |
| D | test_ops_reshape.cc | 35 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/ |
| D | shapes.cpp | 12 np::ndarray reshape(np::ndarray old_array, p::tuple shape) in reshape() function
|
| D | ndarray.cpp | 32 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/ |
| D | onnx_pad_adjust.cc | 72 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/ |
| D | mem_reuse_test.py | 18 reshape = P.Reshape() variable
|
| /third_party/mindspore/tests/st/ops/gpu/ |
| D | test_reshape_op.py | 23 def reshape(nptype): function
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
| D | FlutterView.mm | 50 - (void)reshape { method
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
| D | reshape_int8.cc | 68 auto reshape = reinterpret_cast<ReshapeInt8CPUKernel *>(cdata); in ReshapeInt8Run() local
|
| /third_party/mindspore/tests/ut/cpp/python_input/gtest_input/session/ |
| D | session_test.py | 22 reshape = P.Reshape() variable
|
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
| D | reshape_transpose_fusion.cc | 44 VectorRef reshape({prim_reshape, input_varptr_}); in DefinePattern() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/ |
| D | dynamic_rnn_grad_fission_v2.cc | 194 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
|
| D | dynamic_gru_v2_grad_fission.cc | 140 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/ |
| D | transpose_reshape_fusion_test.cc | 50 auto reshape = ret->input(1)->cast<CNodePtr>(); in TEST_F() local
|
| /third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
| D | main.mm | 111 {
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/ |
| D | opencl_fusion.cc | 253 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/ |
| D | gears.c | 245 void reshape( GLFWwindow* window, int width, int height ) in reshape() function
|
| /third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
| D | main.mm | 149 -(void)reshape { [[self openGLContext] update]; [self updateAndDrawDem… method
|
| /third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
| D | multi_head_attention_fusion.cc | 37 auto reshape = VectorRef({is_reshape, dense, is_var}); in DefineEmbedding() local 160 auto reshape = VectorRef({is_reshape, transpose, is_param2}); in DefineProcessOutputPattern() local
|
| D | tflite_rel_pos_multi_head_attention_fusion.cc | 387 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/ |
| D | convert_const_input_test.py | 23 reshape = P.Reshape() variable
|
| /third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
| D | cocoawindow.m | 440 - (void) initTextures {
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
| D | graph_data_client.cc | 431 TensorShape reshape(nodes->shape()); in ParseNodeFeatureFromMemory() local 473 TensorShape reshape(edges->shape()); in ParseEdgeFeatureFromMemory() local
|
| /third_party/mindspore/mindspore/explainer/ |
| D | _operators.py | 204 def reshape(inputs: Tensor, shape: _Shape) -> Tensor: function
|
| /third_party/mindspore/tests/ut/cpp/parallel/ops_info/ |
| D | reshape_test.cc | 31 ReshapeInfoPtr reshape; variable
|
| /third_party/boost/libs/python/src/numpy/ |
| D | ndarray.cpp | 225 ndarray ndarray::reshape(python::tuple const & shape) const in reshape() function in boost::python::numpy::ndarray
|