| /third_party/mindspore/mindspore/lite/include/registry/ |
| D | register_kernel_interface.h | 77 …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
|
| D | register_kernel.h | 102 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/ |
| D | pipeline_profiling_1.json | 6 "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/ |
| D | pipeline_profiling_0.json | 6 "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/ |
| D | pipeline_profiling_0.json | 6 "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/ |
| D | register_kernel_interface.cc | 25 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()
|
| D | kernel_interface_registry.cc | 63 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()
|
| D | register_kernel.cc | 35 …l::RegKernel(const std::string &arch, const std::string &provider, DataType data_type, int op_type, in RegKernel()
|
| /third_party/mindspore/mindspore/lite/src/ |
| D | kernel_registry.h | 75 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/ |
| D | mpi_export.cc | 38 const std::string &op_type) { in MPIReduceScatter() 47 size_t output_size, const std::string &op_type, float *output) { in MPIReduceScatterOverwriteInput()
|
| D | mpi_interface.cc | 71 const std::string &op_type) { in MPIReduceScatter() 77 size_t output_size, const std::string &op_type, float *output) { in MPIReduceScatterOverwriteInput()
|
| D | mpi_adapter.cc | 51 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/ |
| D | format_utils.cc | 115 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/ |
| D | enrich_intersection_points.hpp | 111 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/ |
| D | serdes.cc | 136 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() 184 … const std::string &op_type, std::shared_ptr<DatasetNode> *result) { in CreateDatasetOperationNode()
|
| /third_party/mindspore/mindspore/lite/tools/optimizer/parallel/ |
| D | operator_info_register.h | 35 SplitOpKey(int op_type, TypeId data_type, bool is_depth_wise) in SplitOpKey()
|
| /third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/ |
| D | hccl_dynamic_kernel.h | 32 int32_t op_type, int32_t root, void *stream, const CNodePtr &cnode_ptr) in HcclDynamicKernel()
|
| /third_party/mindspore/mindspore/lite/micro/coder/opcoders/ |
| D | op_coder_register.h | 37 …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/ |
| D | pyvision_dataset_pipeline.json | 1 …-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/ |
| D | graph_desc_reporter.cc | 33 auto op_type = AnfAlgo::GetCNodeName(node); in ReportData() local
|
| /third_party/mindspore/mindspore/core/utils/ |
| D | check_convert_utils.cc | 196 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/ |
| D | cpu_e2e_dump.cc | 73 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/ |
| D | polygon_set_view.hpp | 176 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/ |
| D | profiling.cc | 86 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/ |
| D | fcntl33.c | 57 int op_type; member
|