Home
last modified time | relevance | path

Searched refs:InsertDim (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dpad_op.cc172 collapsed_input_shape->InsertDim(collapsed_input_shape->dims(), in CollapseAdjacentNonPaddedDimensions()
174 collapsed_output_shape->InsertDim(collapsed_output_shape->dims(), in CollapseAdjacentNonPaddedDimensions()
191 collapsed_input_shape->InsertDim(collapsed_input_shape->dims(), in CollapseAdjacentNonPaddedDimensions()
193 collapsed_output_shape->InsertDim(collapsed_output_shape->dims(), in CollapseAdjacentNonPaddedDimensions()
Dpack_op.cc76 output_shape.InsertDim(axis, num); in Compute()
Done_hot_op.cc90 output_shape.InsertDim(axis, depth_v); in Compute()
Dlist_kernels.h136 output_shape.InsertDim(0, tensor_list->tensors.size()); in Compute()
442 output_shape.InsertDim(0, leading_dim); in Compute()
619 output_shape.InsertDim(0, indices.NumElements()); in Compute()
Dtensor_array_ops.cc652 empty_shape.InsertDim(0, 0); in Compute()
673 output_shape.InsertDim(0, num_indices); in Compute()
857 empty_shape.InsertDim(0, 0); in Compute()
Dbarrier_ops.cc163 component_shape.InsertDim(0, insertion_size); in TryInsertMany()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc251 void InsertDim(int d, int64 size);
417 void TensorShapeOld::InsertDim(int d, int64 size) { in InsertDim() function in tensorflow::__anone850e9110111::TensorShapeOld
557 s.InsertDim(dim, sz); in TEST()
558 sold.InsertDim(dim, sz); in TEST()
Dtensor_shape.h197 void InsertDim(int d, int64 size);
Dtensor_shape.cc388 void TensorShapeBase<Shape>::InsertDim(int d, int64 size) { in InsertDim() function in tensorflow::TensorShapeBase
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc333 output_list_shape.InsertDim(0, leading_dim); in GetInitializedList()
367 slice_shape.InsertDim(0, 1LL); in Compile()
410 slice_shape.InsertDim(0, 1LL); in Compile()
Dpack_op.cc75 child_shape.InsertDim(axis, 1); in Compile()
Dsegment_reduction_ops.cc79 buffer_shape.InsertDim(0, num_segments); in Compile()
Dstack_ops.cc153 slice_shape.InsertDim(0, 1LL); in Compile()
Dtensor_array_ops.cc116 shape->InsertDim(0, resource->max_array_size()); in GetTensorArrayShape()
220 slice_shape.InsertDim(0, 1LL); in Compile()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc234 actual_shape.InsertDim(0, compute_opts_->batch_size); in SetRetval()
310 output_shape.InsertDim(0, opts->batch_size); in SetupOutputs()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc95 output_shape.InsertDim(axis, depth); in OneHot()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dstats_accumulator_ops.cc191 gradient_shape.InsertDim(0, num_slots); in SerializeTensorAccumulatorToOutput()
200 hessian_shape.InsertDim(0, num_slots); in SerializeTensorAccumulatorToOutput()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc1200 attrs.shape_.InsertDim(0, batch_size); in AddTestTensor()