Home
last modified time | relevance | path

Searched defs:op_result (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_affine.cc83 Value op_result = lmhlo::HloOpToStdScalarOp::map<DotOp>( in matchAndRewrite() local
122 Value op_result = lmhlo::HloOpToStdScalarOp::map<LhloOpTy>( in matchAndRewrite() local
Dlegalize_to_linalg.cc213 Value op_result = lmhlo::HloOpToStdScalarOp::map<OpTy>( in matchAndRewrite() local
248 Value op_result = lmhlo::HloOpToStdScalarOp::map<LhloOp>( in matchAndRewrite() local
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps.c302 int test_result, op_result; in do_setb() local
341 int test_result, op_result; in do_clearb() local
495 int test_result, op_result; in do_seti() local
525 int test_result, op_result; in do_cleari() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dremove_vars_in_session_initializer.cc55 if (auto op_result = use.get().dyn_cast<mlir::OpResult>()) { in RecursiveRemove() local
Dshape_inference.cc1098 OpResult op_result) { in InferShapeForSingleOperation()
1118 Value op_result = std::get<0>(result); in InferShapeForSingleOperation() local
/external/libchrome/base/containers/
Dcircular_deque_unittest.cc414 circular_deque<int>::iterator op_result = ++it; in TEST() local
426 circular_deque<int>::const_iterator op_result = ++it; in TEST() local
438 circular_deque<int>::iterator op_result = it++; in TEST() local
450 circular_deque<int>::const_iterator op_result = it++; in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.cc280 auto op_result = op->getOperand(input).dyn_cast<OpResult>(); in InferReturnTypeComponentsForTFOp() local
385 OpResult op_result) -> ShapeHandle { in InferReturnTypeComponentsForTFOp()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp497 bool CompareFloatingPoint(bool op_result, bool op_unordered, in CompareFloatingPoint()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp497 bool CompareFloatingPoint(bool op_result, bool op_unordered, in CompareFloatingPoint()
/external/lz4/programs/
Dlz4io.c1578 … { LZ4IO_infoResult const op_result = LZ4IO_getCompressedFileInfo(&cfinfo, inFileNames[idx]); in LZ4IO_displayCompressedFilesInfo() local