Searched defs: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 531 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Insert() local 574 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in RichCompare() local 617 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Sort() local 687 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in InitializeAndCopyToParentContainer() local
|
D | repeated_composite_container.cc | 316 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in RichCompare() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | save_op_test.cc | 494 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 512 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 545 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local
|