Searched refs:weights_time_ (Results 1 – 2 of 2) sorted by relevance
33 weights_time_ = GetInput(operation, operands, kWeightsTimeTensor); in SVDF()114 std::vector<float> weightsTimeDataFloat32(getNumberOfElements(weights_time_->shape())); in Eval()115 convertFloat16ToFloat32(reinterpret_cast<_Float16*>(weights_time_->buffer), in Eval()135 reinterpret_cast<float*>(weights_time_->buffer), in Eval()158 const int memory_size = SizeOfDimension(weights_time_, 1); in EvalFloat32()
65 const RunTimeOperandInfo* weights_time_; variable