Home
last modified time | relevance | path

Searched refs:SliceInternal (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1029 Literal LiteralBase::SliceInternal( in SliceInternal() function in xla::LiteralBase
1071 return SliceInternal<bool>(result_shape, start_indices); in Slice()
1073 return SliceInternal<uint8_t>(result_shape, start_indices); in Slice()
1075 return SliceInternal<uint16_t>(result_shape, start_indices); in Slice()
1077 return SliceInternal<uint32_t>(result_shape, start_indices); in Slice()
1079 return SliceInternal<uint64_t>(result_shape, start_indices); in Slice()
1081 return SliceInternal<int8_t>(result_shape, start_indices); in Slice()
1083 return SliceInternal<int16_t>(result_shape, start_indices); in Slice()
1085 return SliceInternal<int32_t>(result_shape, start_indices); in Slice()
1087 return SliceInternal<int64_t>(result_shape, start_indices); in Slice()
[all …]
Dliteral.h767 Literal SliceInternal(const Shape& result_shape,
/external/perfetto/ui/src/frontend/
Dbase_slice_track.ts154 interface SliceInternal { interface
164 type CastInternal<S extends Slice> = S&SliceInternal;
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h252 StatusOr<XlaOp> SliceInternal(const Shape& shape, XlaOp operand,
Dmlir_hlo_builder.cc652 StatusOr<XlaOp> MlirHloBuilder::SliceInternal( in SliceInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1026 return SliceInternal(shape, operand, start_indices, limit_indices, strides); in Slice()
1030 StatusOr<XlaOp> XlaBuilder::SliceInternal( in SliceInternal() function in xla::XlaBuilder
Dxla_builder.h490 virtual StatusOr<XlaOp> SliceInternal(const Shape& shape, XlaOp operand,