Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_util_test.cc537 void ConstantTailTest(int64 length, int64 tail_length, bool as_field) { in ConstantTailTest() argument
543 as_field ? CreateAsProtoField<T>(length, tail_length) in ConstantTailTest()
547 length * (as_field ? (is_complex<T>::value ? 2 : 1) * sizeof(FieldType) in ConstantTailTest()
573 for (bool as_field : {true, false}) { in TEST()
575 ConstantTailTest<float>(kLength, tail_length, as_field); in TEST()
576 ConstantTailTest<double>(kLength, tail_length, as_field); in TEST()
577 ConstantTailTest<complex64>(kLength, tail_length, as_field); in TEST()
578 ConstantTailTest<complex128>(kLength, tail_length, as_field); in TEST()
579 ConstantTailTest<int32>(kLength, tail_length, as_field); in TEST()
580 ConstantTailTest<uint32>(kLength, tail_length, as_field); in TEST()
[all …]
/external/clang/test/Sema/
Daddress_spaces.c57 _AS2 int as_field; // expected-error {{field may not be qualified with an address space}} member
65 (void) bar.as_field; in access_as_field()