Home
last modified time | relevance | path

Searched refs:RemoveDim (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc57 TEST(TensorShapeTest, RemoveDim) { in TEST() argument
59 s.RemoveDim(0); in TEST()
66 s.RemoveDim(1); in TEST()
193 s2.RemoveDim(2); in TEST()
260 void RemoveDim(int d);
437 void TensorShapeOld::RemoveDim(int d) { in RemoveDim() function in tensorflow::__anone850e9110111::TensorShapeOld
552 s.RemoveDim(dim); in TEST()
553 sold.RemoveDim(dim); in TEST()
Dlookup_interface.cc53 expected_value_shape.RemoveDim(expected_value_shape.dims() - 1); in CheckKeyAndValueTensorsHelper()
Dtensor_shape.h206 void RemoveDim(int d) { in RemoveDim() function
Dtensor.cc839 ret.shape_.RemoveDim(0); in SubSlice()
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h345 element_shape_except_first_dim_.RemoveDim(0); in Compute()
519 tensor_shape_without_first_dim.RemoveDim(0); in Compute()
524 element_shape_without_first_dim.RemoveDim(0); in Compute()
690 output_shape.RemoveDim(0); in Compute()
700 tmp_shape.RemoveDim(0); in Compute()
723 tmp_shape.RemoveDim(0); in Scatter()
818 output_shape.RemoveDim(0); in Compute()
957 input_element_shape.RemoveDim(0); in Compute()
Dunpack_op.cc65 output_shape.RemoveDim(axis); in Compute()
Dqueue_base.cc38 chip_shape.RemoveDim(0); in HandleSliceToElement()
Dfifo_queue.cc93 element_shape.RemoveDim(0); in GetElementComponentFromBatch()
Dpriority_queue.cc121 element_shape.RemoveDim(0); in GetElementComponentFromBatch()
Dpadding_fifo_queue.cc301 chip_shape.RemoveDim(0); in ValidateElementToLargerSlice()
Drandom_shuffle_queue_op.cc169 element_shape.RemoveDim(0); in GetElementComponentFromBatch()
Dbarrier_ops.cc99 if (element_shape.dims() > 0) element_shape.RemoveDim(0); in TryInsertMany()
Dtensor_array_ops.cc896 value_shape_t_except0.RemoveDim(0); in Compute()
1118 element_shape.RemoveDim(0); in Compute()
Dencode_proto_op.cc540 shape_prefix.RemoveDim(shape_prefix.dims() - 1); in Compute()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunbatch_dataset_op.cc140 shapes_[i].RemoveDim(0); in GetNextInternal()
204 shapes_[i].RemoveDim(0); in RestoreInternal()
Dmap_and_batch_dataset_op.cc456 batch_shape.RemoveDim(0); in CallFunction()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunpack_op.cc63 output_shape.RemoveDim(axis); in Compile()
Dtensor_list_ops.cc177 shape.RemoveDim(0); in Compile()
323 input_list_element_shape.RemoveDim(0); in GetInitializedList()
Dtensor_array_ops.cc369 elem_shape.RemoveDim(0); in Compile()
/external/tensorflow/tensorflow/core/util/
Dbatch_util.cc34 chip_shape.RemoveDim(0); in ValidateInput()
197 chip_shape.RemoveDim(0); in ValidateElementToLargerSlice()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dstats_accumulator_ops.cc281 gradients_shape.RemoveDim(0); in AddToTensorAccumulator()
282 hessians_shape.RemoveDim(0); in AddToTensorAccumulator()
776 gradients_shape.RemoveDim(0); in Compute()
781 hessians_shape.RemoveDim(0); in Compute()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc292 arg_shapes.at(i).RemoveDim(0); in SetupArgs()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc245 rest.RemoveDim(0); \