Searched refs:full_slice (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 482 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in AssSubscript() local 483 if (full_slice == NULL) { in AssSubscript() 486 ScopedPyObjectPtr new_list(Subscript(self, full_slice.get())); in AssSubscript() 531 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Insert() local 532 ScopedPyObjectPtr new_list(Subscript(self, full_slice.get())); in Insert() 574 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in RichCompare() local 575 if (full_slice == NULL) { in RichCompare() 582 reinterpret_cast<RepeatedScalarContainer*>(other), full_slice.get())); in RichCompare() 586 ScopedPyObjectPtr list(Subscript(self, full_slice.get())); in RichCompare() 617 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Sort() local [all …]
|
D | repeated_composite_container.cc | 316 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in RichCompare() local 317 if (full_slice == NULL) { in RichCompare() 320 ScopedPyObjectPtr list(Subscript(self, full_slice.get())); in RichCompare() 326 full_slice.get())); in RichCompare()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | save_op_test.cc | 494 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 497 EXPECT_FALSE(reader.CopySliceData("tensor_float", full_slice, data)); in TEST_F() 512 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 515 EXPECT_FALSE(reader.CopySliceData("tensor_double", full_slice, data)); in TEST_F() 545 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 548 EXPECT_FALSE(reader.CopySliceData("tensor_qint32", full_slice, data)); in TEST_F()
|