Home
last modified time | relevance | path

Searched refs:CheckTypesMatch (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc42 Status CheckTypesMatch(const Feature& feature, const DataType& dtype, in CheckTypesMatch() function
251 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
283 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
Dexample_proto_helper.h126 Status CheckTypesMatch(const Feature& feature, const DataType& dtype,
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc999 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
1028 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
1109 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
1138 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()