Searched defs:func_builder (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | dataclasses.py | 611 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/ |
D | hlo_function_importer.cc | 94 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/ |
D | initialize_variables_in_session_init.cc | 72 auto func_builder = OpBuilder::atBlockBegin(func.addEntryBlock()); in CreateSessionInitFunc() local
|