Searched refs:GetGlobalShapeOfValueFromDTensorLayout (Results 1 – 9 of 9) sorted by relevance
97 GetGlobalShapeOfValueFromDTensorLayout(scatter_op.tensor())); in TensorScatterOpExpand()100 GetGlobalShapeOfValueFromDTensorLayout(scatter_op.indices())); in TensorScatterOpExpand()103 GetGlobalShapeOfValueFromDTensorLayout(scatter_op.updates())); in TensorScatterOpExpand()
589 GetGlobalShapeOfValueFromDTensorLayout(strided_slice_op.input())); in ExpandOp()724 GetGlobalShapeOfValueFromDTensorLayout(strided_slice_op.input())); in ExpandOp()870 GetGlobalShapeOfValueFromDTensorLayout(strided_slice_grad_op.output())); in ExpandOp()
42 GetGlobalShapeOfValueFromDTensorLayout(expand_dims_op.output())); in ExpandOp()
55 GetGlobalShapeOfValueFromDTensorLayout(broadcast_op.input())); in ExpandOp()
421 GetGlobalShapeOfValueFromDTensorLayout(op->getOperand(0))); in MaybeRelayoutInputs()440 GetGlobalShapeOfValueFromDTensorLayout(op->getOperand(1))); in MaybeRelayoutInputs()
281 GetGlobalShapeOfValueFromDTensorLayout(original_save.tensor_names())); in ConditionalSave()412 GetGlobalShapeOfValueFromDTensorLayout(it.value())); in ExpandSaveV2Op()
381 GetGlobalShapeOfValueFromDTensorLayout(gather_op.indices())); in ExpandOp()
43 StatusOr<llvm::ArrayRef<int64_t>> GetGlobalShapeOfValueFromDTensorLayout(
246 StatusOr<llvm::ArrayRef<int64_t>> GetGlobalShapeOfValueFromDTensorLayout( in GetGlobalShapeOfValueFromDTensorLayout() function