Home
last modified time | relevance | path

Searched defs:output_shapes (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/tests/
Ddataset_mock.py25 np_types=None, output_shapes=None, input_indexs=()): argument
46 def output_shapes(self): member in MindData
Dops_common.py260 def build_backward_graph(net, output_shapes, inputs, execute=True): argument
284 def gen_backward_inputs(input_shapes, output_shapes, config): argument
295 def append_sens_to_inputs(output_shapes, inputs): argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dlaunch_mul.cc33 std::vector<std::vector<size_t>> output_shapes = {{static_cast<size_t>(shape)}}; in ObtainMulKernelGraph() local
/third_party/mindspore/mindspore/lite/tools/optimizer/fisson/
Dnode_out_shapes.cc31 std::vector<ShapeVector> output_shapes; in Run() local
Dfisson_util.cc230 auto output_shapes = Spliter::GetInstance()->graph_node_output_shapes()[out_node_name]; in UpdateSplitInfo() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsingle_kernel_graph.cc24 const std::vector<TypeId> &output_dtypes, const std::vector<std::vector<size_t>> &output_shapes) { in ConstructKernelGraphBasedOnSingleOp()
/third_party/mindspore/tests/st/pynative/loss_scale/
Dtest_loss_scale.py38 np_types=None, output_shapes=None, input_indexes=(), func_name=''): argument
60 def output_shapes(self): member in MindData
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dcast_gpu_kernel.h59 auto output_shapes = AnfAlgo::GetOutputInferShape(kernel_node, 0); in Init() local
Dbroadcast_to_gpu_kernel.h53 auto output_shapes = AnfAlgo::GetOutputInferShape(kernel_node, 0); in Init() local
Dunsorted_segment_sum_gpu_kernel.h58 auto output_shapes = AnfAlgo::GetOutputRealDeviceShapeIfExist(kernel_node, 0); in Init() local
Dtopk_gpu_kernel.h88 auto output_shapes = AnfAlgo::GetOutputInferShape(kernel_node, 0); in Init() local
Dunsorted_segment_max_gpu_kernel.h60 auto output_shapes = AnfAlgo::GetOutputRealDeviceShapeIfExist(kernel_node, 0); in Init() local
Dunsorted_segment_min_gpu_kernel.h54 auto output_shapes = AnfAlgo::GetOutputRealDeviceShapeIfExist(kernel_node, 0); in Init() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/other/
Dgpu_convert_to_dynamic_shape_gpu_kernel.h60 std::vector<std::vector<size_t>> output_shapes = {input_shape_}; in PostExecute() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_launch_transdata.cc86 std::vector<std::vector<size_t>> output_shapes = {{shape_}}; in ObtainTransDataKernelGraph() local
Dascend_launch_atomic_clean.cc87 std::vector<std::vector<size_t>> output_shapes = {}; in ObtainAtomicCleanKernelGraph() local
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dspliter.cc143 …:UpdateNodeOutputShapes(const std::string &node_name, const std::vector<ShapeVector> &output_shape… in UpdateNodeOutputShapes()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dinsert_cast_gpu.cc111 std::vector<std::vector<size_t>> output_shapes; in Run() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dto_number_op.cc81 …utputShape(const std::vector<TensorShape> &input_shapes, std::vector<TensorShape> &output_shapes) { in OutputShape()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dlstm_cpu_kernel.cc46 std::vector<std::vector<size_t>> output_shapes; in InitInputOutputSize() local
/third_party/mindspore/tests/ut/python/communication/
Dtest_data_parallel_resnet.py246 np_types=None, output_shapes=None, input_indexs=()): argument
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc393 const std::vector<size_t> output_shapes = table_lookup_op->output_sizes(); in DoEmbeddingLookup() local
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py1547 def output_shapes(self): member in Dataset
3192 def output_shapes(self): member in TransferDataset