Searched defs:full_slice (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 476 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local 528 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local 573 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local 613 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local 654 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local
|
D | repeated_composite_container.cc | 339 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local 361 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL)); in Subscript() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | save_op_test.cc | 498 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 516 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local 549 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); in TEST_F() local
|