Home
last modified time | relevance | path

Searched refs:AppendShape (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc74 out_shape.AppendShape(input_shape_pre_axis); in XlaGather()
75 out_shape.AppendShape(indices_shape_no_index_vectors); in XlaGather()
76 out_shape.AppendShape(input_shape_post_axis); in XlaGather()
Dtensor_array_ops.cc81 ta_shape.AppendShape(elem_shape); in MaybeInitializeTensorArray()
164 ta_shape.AppendShape(shape); in Compile()
518 ta_shape.AppendShape(elem_shape); in Compile()
Dstack_ops.cc72 stack_shape.AppendShape(elem_shape); in MaybeInitializeStack()
Dtensor_list_ops.cc81 list_shape.AppendShape(element_shape); in CreateZerosList()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_resource.cc138 ta_shape.AppendShape(shape_); in SetZeroValue()
146 ta_shape.AppendShape(shape_); in SetZeroValue()
171 ta_shape.AppendShape(shape_); in GetOrCreateTensorArrayGradient()
Dxla_compiler.cc659 shape.AppendShape(absl::get<TensorShape>(arg.shape)); in XLAShapeForArgument()
677 shape.AppendShape(absl::get<TensorShape>(arg.shape)); in XLAShapeForArgument()
/external/tensorflow/tensorflow/core/framework/
Dlookup_interface.cc55 expected_value_shape.AppendShape(value_shape()); in CheckKeyAndValueTensorsHelper()
Dtensor_shape_test.cc170 s2.AppendShape(s); in TEST()
246 void AppendShape(const TensorShapeOld& shape);
413 void TensorShapeOld::AppendShape(const TensorShapeOld& shape) { in AppendShape() function in tensorflow::__anone850e9110111::TensorShapeOld
Dtensor_shape.h192 void AppendShape(const TensorShapeBase& shape);
Dtensor_shape.cc383 void TensorShapeBase<Shape>::AppendShape(const TensorShapeBase& shape) { in AppendShape() function in tensorflow::TensorShapeBase
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.cc104 tensors_[i].shape.AppendShape(rhs->tensors_[i].shape); in CopyShapesFrom()
Dlookup_table_op.cc390 expected_shape.AppendShape(key_shape_); in Find()
457 expected_shape.AppendShape(key_shape_); in Insert()
482 expected_shape.AppendShape(key_shape_); in Remove()
543 expected_value_shape.AppendShape(value_shape); in CheckKeyAndValueTensorsForImport()
805 output_shape.AppendShape(table->value_shape()); in Compute()
Dqueue_base.h121 shape.AppendShape(component_shapes_[i]); in ManyOutShape()
Ddeterminant_op.cc153 out_shape.AppendShape(TensorShape({})); in ComputeAsync()
293 out_shape.AppendShape(TensorShape({})); in ComputeAsync()
Dgather_op.cc96 result_shape.AppendShape(indices.shape()); in Compute()
Dlu_op.cc87 input_matrix_shape.AppendShape({num_rows, num_cols}); in Compute()
Drandom_poisson_op.cc296 samples_shape.AppendShape(rate_t.shape()); in Compute()
Dlinalg_ops_common.cc194 output_tensor_shape.AppendShape(output_matrix_shape); in PrepareOutputs()
Drandom_op.cc297 samples_shape.AppendShape(alpha_t.shape()); in Compute()
/external/tensorflow/tensorflow/cc/framework/
Dops.cc90 shape.AppendShape(TensorShape{first.tensor.shape()}); in Initializer()
/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc183 batch_component_shape.AppendShape(first_element.shape()); in GetNextInternal()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsliding_window_dataset_op.cc206 batch_component_shape.AppendShape(first_element.shape()); in GetNextInternal()
Ddense_to_sparse_batch_dataset_op.cc91 output_shape.AppendShape(row_shape_); in Dataset()
Dmap_and_batch_dataset_op.cc534 component_shape.AppendShape(return_values->at(i).shape()); in EnsureOutputAllocated()
Dnuma_map_and_batch_dataset_op.cc955 component_shape.AppendShape(map_fn_outputs.at(i).shape()); in AllocateOutput()