Home
last modified time | relevance | path

Searched defs:tensor_input (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dconvert_const_input_to_tensor_input.cc49 auto tensor_input = std::make_shared<ValueNode>(tensor_ptr); in CreateTensorInput() local
79 auto tensor_input = CreateTensorInput(kernel_graph, input_node); in ConstInputToTensorInput() local
Dconvert_const_scalar_to_tensor.cc44 auto tensor_input = std::make_shared<ValueNode>(tensor_ptr); in CreateTensorInput() local
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfse_encoder.cc93 int ConvertTensor2Quant(schema::TensorT *tensor_input, FSEQuant *quants) { in ConvertTensor2Quant()
147 int FSEEncoder::Compress(schema::TensorT *tensor_input) { in Compress()
307 int FSEEncoder::SerializingToTensor(schema::TensorT *tensor_input, BitStream *bs, const FSEQuant &f… in SerializingToTensor()
398 int FSEEncoder::SerializingToOut(schema::TensorT *tensor_input, BitStream *bs, const FSEQuant &fse_… in SerializingToOut()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Ddecrease_transfer_precision.cc265 auto tensor_input = node->cast<CNodePtr>()->input(index); in Process_Son() local
/third_party/mindspore/mindspore/lite/tools/anf_exporter/
Danf_exporter.cc116 static STATUS CompressTensor(schema::TensorT *tensor_input, const std::unique_ptr<schema::CNodeT> &… in CompressTensor()
184 auto tensor_input = meta_graph->allTensors[activate_index].get(); in ConvertQuantParam() local
/third_party/mindspore/mindspore/lite/tools/common/
Dgraph_util.cc425 int DoBitPack(const int &bit_num, schema::TensorT *tensor_input) { in DoBitPack()