Home
last modified time | relevance | path

Searched refs:infeed_instruction_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h227 StatusOr<XlaOp> InfeedWithTokenInternal(const Shape& infeed_instruction_shape,
Dmlir_hlo_builder.cc468 const Shape& infeed_instruction_shape, XlaOp token, const string& config) { in InfeedWithTokenInternal() argument
471 infeed_instruction_shape, builder_)); in InfeedWithTokenInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1669 const Shape infeed_instruction_shape = in Infeed() local
1671 *instr.mutable_shape() = infeed_instruction_shape.ToProto(); in Infeed()
1742 const Shape infeed_instruction_shape = in InfeedWithToken() local
1756 return InfeedWithTokenInternal(infeed_instruction_shape, token, config); in InfeedWithToken()
1761 const Shape& infeed_instruction_shape, XlaOp token, const string& config) { in InfeedWithTokenInternal() argument
1763 *instr.mutable_shape() = infeed_instruction_shape.ToProto(); in InfeedWithTokenInternal()
Dxla_builder.h639 const Shape& infeed_instruction_shape, XlaOp token, const string& config);