Searched refs:raw_val (Results 1 – 4 of 4) sorted by relevance
48 assert_eq!(s.get_three_bits().unwrap_err().raw_val(), 0b101); in test_enum()
286 pub fn raw_val(&self) -> u64 { in raw_val() method
470 const TensorProto& raw_val = array_size->attr().at("value").tensor(); in MaterializeShapes() local471 if (raw_val.dtype() != DT_INT32) { in MaterializeShapes()474 Tensor value(raw_val.dtype(), raw_val.tensor_shape()); in MaterializeShapes()475 if (!value.FromProto(raw_val)) { in MaterializeShapes()582 const TensorProto& raw_val = shape_node.attr().at("value").tensor(); in ExtractShape() local583 if (raw_val.dtype() != DT_INT64 && raw_val.dtype() != DT_INT32) { in ExtractShape()586 Tensor value(raw_val.dtype(), raw_val.tensor_shape()); in ExtractShape()587 if (!value.FromProto(raw_val)) { in ExtractShape()591 if (raw_val.dtype() == DT_INT64) { in ExtractShape()1352 const TensorProto& raw_val = input_node->attr().at("value").tensor(); in EvaluateOneFoldable() local[all …]
2641 const TensorProto& raw_val = in InferStatically() local2643 *input_properties[i].mutable_value() = raw_val; in InferStatically()2678 const TensorProto& raw_val = node.attr().at("value").tensor(); in InferStatically() local2679 *output_properties[i].mutable_value() = raw_val; in InferStatically()