Home
last modified time | relevance | path

Searched defs:op_type (Results 1 – 25 of 73) sorted by relevance

123

/third_party/mindspore/mindspore/lite/include/registry/
Dregister_kernel_interface.h77 …KernelInterfaceReg(const std::string &provider, int op_type, const KernelInterfaceCreator creator)… in KernelInterfaceReg()
86 …KernelInterfaceReg(const std::string &provider, const std::string &op_type, const KernelInterfaceC… in KernelInterfaceReg()
98 #define REGISTER_KERNEL_INTERFACE(provider, op_type, creator) … argument
108 #define REGISTER_CUSTOM_KERNEL_INTERFACE(provider, op_type, creator) … argument
Dregister_kernel.h102 KernelReg(const std::string &arch, const std::string &provider, DataType data_type, int op_type, in KernelReg()
114 …nst std::string &arch, const std::string &provider, DataType data_type, const std::string &op_type, in KernelReg()
127 #define REGISTER_KERNEL(arch, provider, data_type, op_type, creator) … argument
140 #define REGISTER_CUSTOM_KERNEL(arch, provider, data_type, op_type, creator) … argument
/third_party/mindspore/tests/ut/data/profiler_data/profiler/
Dpipeline_profiling_1.json6 "op_type": "TFReader", string
13 "op_type": "TFReader", string
25 "op_type": "TFReader", string
37 "op_type": "Shuffle", string
49 "op_type": "Batch", string
/third_party/mindspore/tests/ut/data/profiler_data/JOB1/
Dpipeline_profiling_0.json6 "op_type": "TFReader", string
13 "op_type": "TFReader", string
25 "op_type": "TFReader", string
37 "op_type": "Shuffle", string
49 "op_type": "Batch", string
/third_party/mindspore/tests/ut/data/profiler_data/JOB2/
Dpipeline_profiling_0.json6 "op_type": "TFReader", string
18 "op_type": "TFReader", string
30 "op_type": "Shuffle", string
42 "op_type": "Batch", string
/third_party/mindspore/mindspore/lite/src/registry/
Dregister_kernel_interface.cc25 Status RegisterKernelInterface::Reg(const std::string &provider, int op_type, const KernelInterface… in Reg()
34 Status RegisterKernelInterface::CustomReg(const std::string &provider, const std::string &op_type, in CustomReg()
Dkernel_interface_registry.cc63 int op_type) { in GetCacheInterface()
129 int op_type; in GetKernelInterface() local
161 Status KernelInterfaceRegistry::Reg(const std::string &provider, int op_type, const KernelInterface… in Reg()
Dregister_kernel.cc35 …l::RegKernel(const std::string &arch, const std::string &provider, DataType data_type, int op_type, in RegKernel()
/third_party/mindspore/mindspore/lite/src/
Dkernel_registry.h75 KernelRegistrar(const kernel::KERNEL_ARCH arch, const TypeId data_type, const int op_type, in KernelRegistrar()
81 #define REG_KERNEL(arch, data_type, op_type, kernelCreater) \ argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/
Dmpi_export.cc38 const std::string &op_type) { in MPIReduceScatter()
47 size_t output_size, const std::string &op_type, float *output) { in MPIReduceScatterOverwriteInput()
Dmpi_interface.cc71 const std::string &op_type) { in MPIReduceScatter()
77 size_t output_size, const std::string &op_type, float *output) { in MPIReduceScatterOverwriteInput()
Dmpi_adapter.cc51 MPI_Op GetMpiOp(const std::string &op_type) { in GetMpiOp()
164 const std::string &op_type) { in ReduceScatter()
200 … size_t output_size, const std::string &op_type, float *output) { in ReduceScatterOverwriteInput()
/third_party/mindspore/mindspore/lite/tools/optimizer/common/
Dformat_utils.cc115 bool IsDynamicFormatOp(const std::string &op_type) { in IsDynamicFormatOp()
118 bool IsDynamicFormatOpWithAxis(const std::string &op_type) { in IsDynamicFormatOpWithAxis()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Denrich_intersection_points.hpp111 typedef typename turn_type::turn_operation_type op_type; in enrich_assign() typedef
207 typedef typename turn_type::turn_operation_type op_type; in enrich_adapt() typedef
354 typedef typename turn_type::turn_operation_type op_type; in calculate_remaining_distance() typedef
431 typedef typename turn_type::turn_operation_type op_type; in enrich_intersection_points() typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dserdes.cc136 std::string op_type = json_obj["op_type"]; in CreateNode() local
147 Status Serdes::CreateDatasetNode(const nlohmann::json &json_obj, const std::string &op_type, in CreateDatasetNode()
184const std::string &op_type, std::shared_ptr<DatasetNode> *result) { in CreateDatasetOperationNode()
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Doperator_info_register.h35 SplitOpKey(int op_type, TypeId data_type, bool is_depth_wise) in SplitOpKey()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Dhccl_dynamic_kernel.h32 int32_t op_type, int32_t root, void *stream, const CNodePtr &cnode_ptr) in HcclDynamicKernel()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/
Dop_coder_register.h37 …CoderKey(Target target, TypeId data_type, int op_type) : target_(target), data_type_(data_type), o… in CoderKey()
/third_party/mindspore/tests/ut/data/dataset/tf_file_dataset/
Dpyvision_dataset_pipeline.json1 …-of-0001.data"],"num_parallel_workers":8,"num_samples":0,"num_shards":1,"op_type":"TFRecordDataset… string
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/
Dgraph_desc_reporter.cc33 auto op_type = AnfAlgo::GetCNodeName(node); in ReportData() local
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc196 AttrConverterPair CheckAndConvertUtils::GetAttrConvertPair(const std::string &op_type, const std::s… in GetAttrConvertPair()
213 bool CheckAndConvertUtils::ConvertAttrValueToInt(const std::string &op_type, const std::string &att… in ConvertAttrValueToInt()
250 bool CheckAndConvertUtils::ConvertAttrValueToString(const std::string &op_type, const std::string &… in ConvertAttrValueToString()
274 void CheckAndConvertUtils::ConvertAttrValueInExport(const std::string &op_type, const std::string &… in ConvertAttrValueInExport()
284 void CheckAndConvertUtils::ConvertAttrValueInLoad(const std::string &op_type, const std::string &at… in ConvertAttrValueInLoad()
641 bool CheckAndConvertUtils::CheckIrAttrtoOpAttr(const std::string &op_type, const std::string &attr_… in CheckIrAttrtoOpAttr()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dcpu_e2e_dump.cc73 std::string op_type = AnfAlgo::GetCNodeName(node); in DumpInputImpl() local
98 std::string op_type = AnfAlgo::GetCNodeName(node); in DumpOutputImpl() local
/third_party/boost/boost/polygon/detail/
Dpolygon_set_view.hpp176 clean(const polygon_set_view<ltype, rtype, op_type>& ) { in clean() argument
180 sort(const polygon_set_view<ltype, rtype, op_type>& ) { in sort() argument
/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc86 auto op_type = fp_start_op_name.substr(op_type_begin_iter, op_type_end_iter - op_type_begin_iter); in RecordOneStepStartEndInfo() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c57 int op_type; member

123