Home
last modified time | relevance | path

Searched refs:int_value_begin (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_functional_ops.cc110 bool cond_value = (*cond.int_value_begin()).getSExtValue(); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlhlo_legalize_to_gpu.cc70 auto reducing_dimension = *reduce_op.dimensions().int_value_begin(); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.cc118 uint64_t alg_value = ((*alg_constant.int_value_begin()).getZExtValue()); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device.cc382 (*op.operand_segment_sizes().int_value_begin()).getSExtValue(); in Print()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h918 IntElementIterator int_value_begin() const;
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp1011 auto DenseElementsAttr::int_value_begin() const -> IntElementIterator { in int_value_begin() function in DenseElementsAttr