Home
last modified time | relevance | path

Searched refs:ParseShapeAndSlice (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsave_restore_tensor.cc108 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()
Dsave_restore_v2_ops.cc122 OP_REQUIRES_OK(context, checkpoint::ParseShapeAndSlice( in Compute()
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.cc90 Status ParseShapeAndSlice(const string& shape_and_slice, TensorShape* shape, in ParseShapeAndSlice() function
Dsaved_tensor_slice_util.h56 Status ParseShapeAndSlice(const string& shape_and_slice, TensorShape* shape,
/external/tensorflow/tensorflow/core/ops/
Dio_ops.cc118 TF_RETURN_IF_ERROR(checkpoint::ParseShapeAndSlice( in __anonec23b74b0302()
232 TF_RETURN_IF_ERROR(checkpoint::ParseShapeAndSlice( in __anonec23b74b0802()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather.cc167 checkpoint::ParseShapeAndSlice(shape_and_slice, &parsed_full_shape, in ReadTensorFromCheckpoint()