Home
last modified time | relevance | path

Searched refs:chip_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dbatch_util.cc33 TensorShape chip_shape = parent.shape(); in ValidateInput() local
34 chip_shape.RemoveDim(0); in ValidateInput()
39 ", [parent slice]: ", chip_shape.DebugString()); in ValidateInput()
318 TensorShape chip_shape = parent->shape(); in ValidateElementToLargerSlice() local
319 chip_shape.RemoveDim(0); in ValidateElementToLargerSlice()
324 ", [parent slice]: ", chip_shape.DebugString()); in ValidateElementToLargerSlice()
/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.cc37 TensorShape chip_shape = parent.shape(); in HandleSliceToElement() local
38 chip_shape.RemoveDim(0); in HandleSliceToElement()
43 ", [parent slice]: ", chip_shape.DebugString()); in HandleSliceToElement()
Dpadding_fifo_queue.cc300 TensorShape chip_shape = parent->shape(); in ValidateElementToLargerSlice() local
301 chip_shape.RemoveDim(0); in ValidateElementToLargerSlice()
306 ", [parent slice]: ", chip_shape.DebugString()); in ValidateElementToLargerSlice()