/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatset_test.cc | 54 void Fill(NumSet* set, int64 start, int64 limit) { in Fill() function 90 Fill(&set, 0, 100); in TEST() 176 Fill(&set, 1, 11); in TEST() 188 Fill(&set, 1, 11); in TEST() 206 Fill(&set, 0, num); in TEST() 228 Fill(&set, 0, 100); in TEST() 238 Fill(&set, 0, 100); in TEST() 249 Fill(&src, 0, n); in TEST() 263 Fill(&src, 0, n); in TEST() 284 Fill(&a, 1, 10); in TEST() [all …]
|
D | flatmap_test.cc | 58 void Fill(NumMap* map, int64 start, int64 limit) { in Fill() function 108 Fill(&map, 0, 100); in TEST() 231 Fill(&map, 1, 11); in TEST() 243 Fill(&map, 1, 11); in TEST() 261 Fill(&map, 0, num); in TEST() 297 Fill(&map, 0, 100); in TEST() 307 Fill(&map, 0, 100); in TEST() 318 Fill(&src, 0, n); in TEST() 332 Fill(&src, 0, n); in TEST() 363 Fill(&a, 1, 10); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatCommon.h | 24 char Fill; member 27 char Fill = ' ') 28 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 72 S << Fill; in fill()
|
D | FormatAdapters.h | 32 char Fill; variable 35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 37 Fill(Fill) {} in AlignAdapter() 41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 87 char Fill = ' ') { 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | pad_test.cc | 155 expected->Fill(1.5); in TEST_P() 175 expected->Fill(pad_value); in TEST_P() 217 expected_array.Fill(pad_value); in TEST_P() 252 input_array.Fill(pad_value); in XLA_TEST_P() 263 expected_array.Fill(pad_value); in XLA_TEST_P() 284 expected->Fill(35); in XLA_TEST_F() 306 zeros->Fill(0); in XLA_TEST_F() 307 ones->Fill(1); in XLA_TEST_F() 311 expected->Fill(0); in XLA_TEST_F() 325 ones->Fill(1.0f); in XLA_TEST_P() [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util.h | 71 void Fill(T* data, size_t n, TensorProto* t); 98 inline void Fill(const TYPE* data, size_t n, TensorProto* t) { \ 107 inline void Fill(const TYPE* data, size_t n, TensorProto* t) { \ 144 inline void Fill(const qint32* data, size_t n, TensorProto* t) { 171 inline void Fill(const Eigen::half* data, size_t n, TensorProto* t) { 204 inline void Fill(const string* data, size_t n, TensorProto* t) {
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
D | Zeros.java | 55 return new Zeros<T>(Fill.create(childScope, dims, zero)); in create() 63 private final Fill<T> fill; 65 private Zeros(Fill<T> fill) { in Zeros()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_ops.cc | 92 Fill(context, random::PhiloxRandom(counter, key), output); in Compute() 96 virtual void Fill(OpKernelContext* context, random::PhiloxRandom random, 105 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anon3abfc8760111::StatelessRandomOp 121 void Fill(OpKernelContext* context, random::PhiloxRandom random, in Fill() function in tensorflow::__anon3abfc8760111::StatelessRandomUniformIntOp
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_font.cpp | 16 const CXFA_Node::PropertyData kPropertyData[] = {{XFA_Element::Fill, 1, 0}, 128 JSObject()->GetOrCreateProperty<CXFA_Fill>(0, XFA_Element::Fill); in SetColor() 136 CXFA_Fill* fill = GetChild<CXFA_Fill>(0, XFA_Element::Fill, false); in GetColor()
|
/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 30 OS << Fill; in printLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 30 OS << Fill; in printLine()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | LookaheadStream.cs | 117 Fill(n); // out of elements? in SyncAhead() 121 public virtual void Fill(int n) { in Fill() method in Antlr.Runtime.Misc.LookaheadStream
|
/external/v4l2_codec2/vda/ |
D | vp9_bool_decoder.cc | 68 bool Vp9BoolDecoder::Fill() { in Fill() function in media::Vp9BoolDecoder 95 if (!Fill()) in ReadBool()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | LookaheadStream.cs | 146 Fill( n ); // out of elements? in SyncAhead() 150 public virtual void Fill( int n ) in Fill() method in Antlr.Runtime.Misc.LookaheadStream
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 289 static void Fill(const T* data, size_t n, TensorProto* proto) { \ 318 static void Fill(const int64* data, size_t n, TensorProto* proto) { in Fill() function 332 static void Fill(const uint64* data, size_t n, TensorProto* proto) { in Fill() function 347 static void Fill(const ResourceHandle* data, size_t n, TensorProto* proto) { in Fill() function 365 static void Fill(const Variant* data, size_t n, TensorProto* proto) { in Fill() function 385 static void Fill(const complex64* data, size_t n, TensorProto* proto) { in Fill() function 401 static void Fill(const complex128* data, size_t n, TensorProto* proto) { in Fill() function 417 static void Fill(const qint32* data, size_t n, TensorProto* proto) { in Fill() function 426 static void Fill(const bfloat16* data, size_t n, TensorProto* proto) { in Fill() function 436 static void Fill(const Eigen::half* data, size_t n, TensorProto* proto) { in Fill() function [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array3d_test.cc | 95 TEST(Array3dTest, Fill) { in TEST() argument 105 fullof7.Fill(11); in TEST()
|
D | array2d_test.cc | 112 TEST(Array2dTest, Fill) { in TEST() argument 120 fullof7.Fill(11); in TEST()
|
D | array4d_test.cc | 128 TEST(Array4dTest, Fill) { in TEST() argument 133 fullof7.Fill(11); in TEST()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.rasterization.txt | 32 + Fill rule verification 43 Fill rules are tested using additive blend so that pixels on shared
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Fill.pbtxt | 2 graph_op_name: "Fill"
|
/external/tensorflow/tensorflow/lite/tools/optimize/g3doc/ |
D | quantize_weights.md | 46 TODO(yunluli): Fill in latency results from latency experiments. 54 TODO(yunluli): Fill in accuracy results from accuracy experiments.
|
/external/webrtc/webrtc/modules/video_coding/utility/mock/ |
D | mock_frame_dropper.h | 26 MOCK_METHOD2(Fill, void(size_t frameSizeBytes, bool deltaFrame));
|
/external/stressapptest/src/ |
D | findmask.inc | 1 // This is the body of a uintptr_t array definition. Fill in your own addresses.
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 18 …seCholesky\endlink></tt></td><td>Direct LLt factorization</td><td>SPD</td><td>Fill-in reducing</td> 22 …eCholesky\endlink></tt></td><td>Direct LDLt factorization</td><td>SPD</td><td>Fill-in reducing</td> 27 <td>Square </td><td>Fill-in reducing, Leverage fast dense algebra</td> 32 <td>Any, rectangular</td><td> Fill-in reducing</td> 64 …>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><td>Fill-in reducing, Levera… 67 …lmodSupport \endlink</td><td>Direct LLt factorization</td><td>SPD</td><td>Fill-in reducing, Levera… 70 …ckSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in reducing, Levera… 73 …LUSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in reducing, Levera… 79 …>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><td>Fill-in reducing, Levera…
|
/external/skia/src/codec/ |
D | SkSampler.h | 68 static void Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
|