Searched refs:ParseShapeAndSlice (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | save_restore_tensor.cc | 108 OP_REQUIRES_OK(context, checkpoint::ParseShapeAndSlice( in SaveTensors() 198 OP_REQUIRES_OK(context, checkpoint::ParseShapeAndSlice( in RestoreTensor() 288 checkpoint::ParseShapeAndSlice(shape_and_slice, &parsed_full_shape, in run()
|
D | save_restore_v2_ops.cc | 122 OP_REQUIRES_OK(context, checkpoint::ParseShapeAndSlice( in Compute()
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util.cc | 90 Status ParseShapeAndSlice(const string& shape_and_slice, TensorShape* shape, in ParseShapeAndSlice() function
|
D | saved_tensor_slice_util.h | 56 Status ParseShapeAndSlice(const string& shape_and_slice, TensorShape* shape,
|
/external/tensorflow/tensorflow/core/ops/ |
D | io_ops.cc | 118 TF_RETURN_IF_ERROR(checkpoint::ParseShapeAndSlice( in __anonec23b74b0302() 232 TF_RETURN_IF_ERROR(checkpoint::ParseShapeAndSlice( in __anonec23b74b0802()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | sparsify_gather.cc | 167 checkpoint::ParseShapeAndSlice(shape_and_slice, &parsed_full_shape, in ReadTensorFromCheckpoint()
|