Home
last modified time | relevance | path

Searched refs:types_match (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc250 bool types_match; in SingleExampleProtoToTensors() local
251 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
252 if (!types_match) { in SingleExampleProtoToTensors()
282 bool types_match; in SingleExampleProtoToTensors() local
283 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors()
284 if (!types_match) { in SingleExampleProtoToTensors()
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc998 bool types_match; in Compute() local
999 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
1001 ctx, types_match, in Compute()
1027 bool types_match; in Compute() local
1028 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
1030 ctx, types_match, in Compute()
1108 bool types_match; in Compute() local
1109 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute()
1110 OP_REQUIRES(ctx, types_match, in Compute()
1137 bool types_match; in Compute() local
[all …]