Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1061 absl::InlinedVector<const void*, 4> values_vector; in SetOpAttrValueScalar() local
1065 values_vector.push_back(v.data()); in SetOpAttrValueScalar()
1068 TFE_OpSetAttrStringList(op, attr_name, values_vector.data(), in SetOpAttrValueScalar()
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc1870 std::vector<float> values_vector; in XLA_TEST_F() local
1873 values_vector.push_back(static_cast<float>(i) / values.num_elements()); in XLA_TEST_F()
1874 expected_vector.push_back(values_vector.back() * values_vector.back()); in XLA_TEST_F()
1876 values.SetValues(values_vector); in XLA_TEST_F()