Home | History | Annotate | Download | only in convert

Lines Matching refs:type_

119       : shape_(shape), type_(type), values_(values), empty_weight_flag_(false) {
124 : shape_(), type_(type), values_(nullptr), empty_weight_flag_(true) {}
128 type_(rhs.type_),
140 TF_CHECK_OK(ConvertDType(type_, &trt_type));
152 int type_size = tensorflow::DataTypeSize(this->type_);
160 tensorflow::DataType type_;
288 CHECK_EQ(iweights.type_, oweights->type_);
300 switch (iweights.type_) {
368 return this->get_temp_weights(weights.type_, weights.shape_);
540 CHECK_EQ(iweights.type_, oweights->type_);
541 switch (iweights.type_) {
551 tensorflow::DataTypeString(iweights.type_));
561 CHECK_EQ(iweights_l.type_, oweights->type_);
562 CHECK_EQ(iweights_r.type_, oweights->type_);
565 switch (iweights_l.type_) {
594 tensorflow::DataTypeString(iweights_l.type_));
613 CHECK_EQ(weights_input.type_,
644 CHECK_EQ(weights_input_l.type_, weights_input_r.type_);
718 TF_CHECK_OK(ConvertDType(weights.type_, &ttype));
757 TRT_ShapedWeights shift_weights(weights.type_);
758 TRT_ShapedWeights scale_weights(weights.type_);
759 TRT_ShapedWeights power_weights(weights.type_);
859 TRT_ShapedWeights biases(weights.type_);
1045 TRT_ShapedWeights empty_weights(weights.type_);