Searched defs:tensor_input (Results 1 – 6 of 6) sorted by relevance
49 auto tensor_input = std::make_shared<ValueNode>(tensor_ptr); in CreateTensorInput() local79 auto tensor_input = CreateTensorInput(kernel_graph, input_node); in ConstInputToTensorInput() local
44 auto tensor_input = std::make_shared<ValueNode>(tensor_ptr); in CreateTensorInput() local
93 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()
265 auto tensor_input = node->cast<CNodePtr>()->input(index); in Process_Son() local
116 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
425 int DoBitPack(const int &bit_num, schema::TensorT *tensor_input) { in DoBitPack()