Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/dtensor/mlir/
Dshape_utils.cc131 if (auto type_op = llvm::dyn_cast<mlir::InferTypeOpInterface>(op)) { in InferShapeOfTFOpWithCustomOperandConstantFn() local
/external/python/cffi/cffi/
Dparse_c_type.h98 _cffi_opcode_t type_op; member
Drecompiler.py15 def __init__(self, name, address, type_op, size=0, check_value=0): argument