Searched refs:types_match (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops.cc | 642 bool types_match; in Compute() local 643 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute() 645 ctx, types_match, in Compute() 671 bool types_match; in Compute() local 672 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute() 674 ctx, types_match, in Compute() 752 bool types_match; in Compute() local 753 OP_REQUIRES_OK(ctx, CheckTypesMatch(f, dtype, &types_match)); in Compute() 754 OP_REQUIRES(ctx, types_match, in Compute() 781 bool types_match; in Compute() local [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper.cc | 247 bool types_match; in SingleExampleProtoToTensors() local 248 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors() 249 if (!types_match) { in SingleExampleProtoToTensors() 279 bool types_match; in SingleExampleProtoToTensors() local 280 TF_RETURN_IF_ERROR(CheckTypesMatch(f, dtype, &types_match)); in SingleExampleProtoToTensors() 281 if (!types_match) { in SingleExampleProtoToTensors()
|