Home
last modified time | relevance | path

Searched defs:types_match (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc998 bool types_match; in Compute() local
1027 bool types_match; in Compute() local
1108 bool types_match; in Compute() local
1137 bool types_match; in Compute() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.cc250 bool types_match; in SingleExampleProtoToTensors() local
282 bool types_match; in SingleExampleProtoToTensors() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3783 static bool types_match(const Type& a, const Type& b) { in types_match() function