Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddataclasses.py611 self_name, func_builder, slots): argument
668 def _frozen_get_del_attr(cls, fields, func_builder): argument
879 def _hash_set_none(cls, fields, func_builder): argument
886 def _hash_add(cls, fields, func_builder): argument
894 def _hash_exception(cls, fields, func_builder): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc94 mlir::OpBuilder* func_builder) { in GenerateInstructionLocation()
160 mlir::OpBuilder* func_builder, mlir::Location loc, mlir::Operation* op, in CreateTupleFromOpResults()
206 mlir::OpBuilder* func_builder, mlir::Location loc, Value value, in FlattenTupleValue()
223 mlir::OpBuilder* func_builder, mlir::Location loc, in CreateTupleValue()
485 mlir::OpBuilder* func_builder, DynamicShapeHandlingMode mode) { in ImportInstructionImpl()
1550 mlir::OpBuilder* func_builder, DynamicShapeHandlingMode mode) { in ImportInstructionWithLayout()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinitialize_variables_in_session_init.cc72 auto func_builder = OpBuilder::atBlockBegin(func.addEntryBlock()); in CreateSessionInitFunc() local