Home
last modified time | relevance | path

Searched refs:UnsafeAddDim (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc334 UnsafeAddDim(size, new_num_elements); in AddDim()
338 void TensorShapeBase<Shape>::UnsafeAddDim(int64 size, int64 new_num_elements) { in UnsafeAddDim() function in tensorflow::TensorShapeBase
604 out->UnsafeAddDim(dim, new_num_elements); in MakeShapeHelper()
Dtensor_shape.h268 void UnsafeAddDim(int64 size, int64 new_num_elements);