Home
last modified time | relevance | path

Searched refs:raw_val (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/bit_field/tests/
Dtest_enum.rs48 assert_eq!(s.get_three_bits().unwrap_err().raw_val(), 0b101); in test_enum()
/external/crosvm/bit_field/src/
Dlib.rs286 pub fn raw_val(&self) -> u64 { in raw_val() method
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc470 const TensorProto& raw_val = array_size->attr().at("value").tensor(); in MaterializeShapes() local
471 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() local
583 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 …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2641 const TensorProto& raw_val = in InferStatically() local
2643 *input_properties[i].mutable_value() = raw_val; in InferStatically()
2678 const TensorProto& raw_val = node.attr().at("value").tensor(); in InferStatically() local
2679 *output_properties[i].mutable_value() = raw_val; in InferStatically()