Home
last modified time | relevance | path

Searched defs:new_bound (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_transforms.cc79 void SetBoundForSimpleLoop(mlir::AffineForOp loop, mlir::AffineExpr new_bound, in SetBoundForSimpleLoop()
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.hpp163 void set_max_id_bound(uint32_t new_bound) { in set_max_id_bound()
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.hpp169 void set_max_id_bound(uint32_t new_bound) { in set_max_id_bound()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h545 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h545 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1103 int64 new_bound = std::min(lhs_info->constant, rhs_info->constant); in TrySimplifyTautologicalCompare() local