Searched refs:CheckTypesMatch (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper.cc | 42 Status CheckTypesMatch(const Feature& feature, const DataType& dtype, in CheckTypesMatch() function 248 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors() 280 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
|
D | example_proto_helper.h | 125 Status CheckTypesMatch(const Feature& feature, const DataType& dtype,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 643 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute() 672 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute() 753 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute() 782 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
|