HomeSort by relevance Sort by last modified time
    Searched refs:full_slice (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 482 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL));
483 if (full_slice == NULL) {
486 ScopedPyObjectPtr new_list(Subscript(self, full_slice.get()));
531 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL));
532 ScopedPyObjectPtr new_list(Subscript(self, full_slice.get()));
574 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL));
575 if (full_slice == NULL) {
582 reinterpret_cast<RepeatedScalarContainer*>(other), full_slice.get()));
586 ScopedPyObjectPtr list(Subscript(self, full_slice.get()));
617 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL))
    [all...]
repeated_composite_container.cc 316 ScopedPyObjectPtr full_slice(PySlice_New(NULL, NULL, NULL));
317 if (full_slice == NULL) {
320 ScopedPyObjectPtr list(Subscript(self, full_slice.get()));
326 full_slice.get()));
  /external/tensorflow/tensorflow/core/kernels/
save_op_test.cc 494 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); local
497 EXPECT_FALSE(reader.CopySliceData("tensor_float", full_slice, data));
512 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); local
515 EXPECT_FALSE(reader.CopySliceData("tensor_double", full_slice, data));
545 TensorSlice full_slice = TensorSlice::ParseOrDie("-:-"); local
548 EXPECT_FALSE(reader.CopySliceData("tensor_qint32", full_slice, data));

Completed in 264 milliseconds