Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties_test.cc328 Tensor const_tensor_value(data_type_, TensorShape(shape_array_slice)); in RunTestAndValidate() local
332 test::FillIota<int32>(&const_tensor_value, static_cast<int32>(value_)); in RunTestAndValidate()
335 test::FillIota<int64_t>(&const_tensor_value, in RunTestAndValidate()
339 test::FillIota<float>(&const_tensor_value, static_cast<float>(value_)); in RunTestAndValidate()
342 test::FillIota<double>(&const_tensor_value, in RunTestAndValidate()
346 test::FillIota<Eigen::bfloat16>(&const_tensor_value, in RunTestAndValidate()
356 .Attr("value", const_tensor_value) in RunTestAndValidate()