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
248 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
280 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
Dexample_proto_helper.h125 Status CheckTypesMatch(const Feature& feature, const DataType& dtype,
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc643 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()